This image shows the Body tab with the following provided example JSON code. The Body tab and the code are highlighted. { "schemas": [ "urn:ietf:params:scim:schemas:core:2.0:User"],"name": {"givenName":"Clarence", "familyName":"Saladna"},"userName":"csaladna@example.com","emails": [ { "value": "csaladna@example.com","type": "work", "primary": true }, { "value": "csaladna@example.com", "primary": false, "type": "recovery"} ] }