-
Notifications
You must be signed in to change notification settings - Fork 128
Closed
Description
The test called 'Post enterprise user' in the Postman collection of tests, specifies this as part of it's body:
"primary": false
}
],
"Department": "some department",
"displayName": "Kimberly Baker",
"emails": [
The department attribute is part of the extension schema. Should it be wrapped like in the other Post Enterprise User test:
"urn:ietf:params:scim:schemas:extension:enterprise:2.0:User": { "Department": "bob", "Manager" : { "Value": "SuzzyQ" } }
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels