{"name":"Group","description":"Core Group","schema":"urn:scim:schemas:core:1.0","endpoint":"\/Groups","attributes":[{"name":"id","type":"string","multiValued":false,"description":"Unique identifier for the SCIM resource as defined by the Service Provider. Each representation of the resource MUST include a non-empty id value. This identifier MUST be unique across the Service Provider\u2019s entire set of resources. It MUST be a stable, non-reassignable identifier that does not change when the same resource is returned in subsequent requests. The value of the id attribute is always issued by the Service Provider and MUST never be specified by the Service Consumer. REQUIRED.","schema":"urn:scim:schemas:core:1.0","readOnly":true,"required":true,"caseExact":false},{"name":"displayName","type":"string","multiValued":false,"description":"A human readable name for the Group. REQUIRED.","schema":"urn:scim:schemas:core:1.0","readOnly":true,"required":true,"caseExact":false},{"name":"members","type":"complex","multiValued":true,"multiValuedAttributeChildName":"member","description":"A list of members of the Group. Canonical Type \"User\" is currently supported and READ-ONLY. The value must be the \"id\" of a SCIM User resource.","schema":"urn:scim:schemas:core:1.0","readOnly":false,"required":true,"caseExact":false,"subAttributes":[{"name":"value","type":"string","multiValued":false,"description":"The \"id\" of a SCIM User resource. REQUIRED.","readOnly":true,"required":true,"caseExact":false},{"name":"display","type":"string","multiValued":false,"description":"A human readable name for the member, primarily used for display purposes. READ-ONLY.","readOnly":true,"required":false,"caseExact":false}]}]}