{"schemas":["urn:ietf:params:scim:api:messages:2.0:ListResponse"],"totalResults":1,"Resources":[{"id":"urn:ietf:params:scim:schemas:core:2.0:User","name":"User","description":"User Account","attributes":[{"name":"userName","type":"string","multiValued":false,"description":"Unique identifier for the User, typically used by the user to directly authenticate to the service provider. Each User MUST include a non-empty userName value.  This identifier MUST be unique across the service provider's entire set of Users. REQUIRED.","required":true,"caseExact":false,"mutability":"readOnly"},{"name":"name","type":"complex","subAttributes":[{"name":"familyName","type":"string","multiValued":false,"description":"The family name of the User, or last name in most Western languages (e.g., 'Jensen' given the full name 'Ms. Barbara J Jensen, III').","required":true,"caseExact":false,"mutability":"readWrite"},{"name":"givenName","type":"string","multiValued":false,"description":"The given name of the User, or first name in most Western languages (e.g., 'Barbara' given the full name 'Ms. Barbara J Jensen, III').","required":true,"caseExact":false,"mutability":"readWrite"}],"multiValued":false,"description":"The components of the user's real name.","required":true,"mutability":"readWrite"},{"name":"active","type":"boolean","multiValued":false,"description":"A Boolean value indicating the User's administrative status.","required":true,"mutability":"readWrite"},{"name":"emails","type":"complex","subAttributes":[{"name":"type","type":"string","multiValued":false,"description":"The type of the item","required":false,"caseExact":false,"mutability":"readOnly"},{"name":"primary","type":"boolean","multiValued":false,"description":"Whether the item is the primary one in the collection","required":false,"mutability":"readOnly"},{"name":"value","type":"string","multiValued":false,"description":"The value of the item","required":false,"caseExact":false,"mutability":"readOnly"}],"multiValued":true,"description":"Email address for the user. Although SCIM allows for multiple email addresses, we only support the primary email address; any other submitted emails are ignored.  The value SHOULD be canonicalized by the service provider, e.g., 'bjensen@example.com' instead of 'bjensen@EXAMPLE.COM'. Canonical type values of 'work', 'home', and 'other'.","required":true,"mutability":"readWrite"},{"name":"urn:ietf:params:scim:schemas:extension:enterprise:2.0:User","type":"complex","subAttributes":[{"name":"division","type":"string","multiValued":false,"description":"Identifies the company to associate the user with. Once it is set, it cannot be changed.","required":false,"caseExact":true,"mutability":"readWrite"}],"multiValued":false,"description":"Enterprise user extended properties.","required":false,"mutability":"readWrite"}],"Meta":{"resourceType":"Schema","location":"/v2/Schemas/urn:ietf:params:scim:schemas:core:2.0:User"}}]}