{"totalResults":4,"itemsPerPage":50,"startIndex":1,"schemas":["urn:ietf:params:scim:api:messages:2.0:ListResponse"],"Resources":[{"id":"urn:ietf:params:scim:schemas:core:2.0:User","name":"User","description":"User Account","attributes":[{"name":"id","type":"string","multiValued":false,"description":"Globally Unique identifier for the User. Used for all UPDATE and DELETE actions.REQUIRED on a user.","required":true,"caseExact":true,"mutability":"readOnly","returned":"default","uniqueness":"global","minLength":36,"maxLength":36,"pattern":"[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}"},{"name":"externalId","type":"string","multiValued":false,"description":"Identifier of the user from the mastering source.","required":false,"caseExact":false,"mutability":"readWrite","returned":"default","uniqueness":"none","minLength":0,"maxLength":70},{"name":"userName","type":"string","multiValued":false,"description":"Unique identifier for the User, typically used by the user to directly authenticate or to map with the username within the identity provider. Each User MUST include a non - empty userName value.This identifier MUST be unique within a directory within company. REQUIRED on a user.","required":true,"caseExact":false,"mutability":"readWrite","returned":"default","uniqueness":"directory","minLength":1,"maxLength":150,"pattern":"^.+$"},{"name":"name","type":"complex","multiValued":false,"description":"The components of the user's real name. Returns the individual component attributes using the other sub - attributes.","required":false,"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":false,"caseExact":false,"mutability":"readWrite","returned":"default","uniqueness":"none","minLength":0,"maxLength":150},{"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":false,"caseExact":false,"mutability":"readWrite","returned":"default","uniqueness":"none","minLength":0,"maxLength":150}],"mutability":"readWrite","returned":"default","uniqueness":"none"},{"name":"displayName","type":"string","multiValued":false,"description":"The name of the User, suitable for display to end - users. The name SHOULD be the full name of the User being described.","required":true,"caseExact":false,"mutability":"readWrite","returned":"default","uniqueness":"none","minLength":1,"maxLength":200},{"name":"nickName","type":"string","multiValued":false,"description":"The casual way to address the user in real life, e.g.,'Bob' or 'Bobby' instead of 'Robert'.","required":false,"caseExact":false,"mutability":"readWrite","returned":"default","uniqueness":"none","minLength":0,"maxLength":150},{"name":"profileUrl","type":"reference","referenceTypes":["external"],"multiValued":false,"description":"A fully qualified URL pointing to a page representing the User 's online profile.","required":false,"caseExact":false,"mutability":"readWrite","returned":"default","uniqueness":"none","minLength":10,"maxLength":200,"pattern":"^(https?://(S+.[^/s]+(/S+|/|)))$"},{"name":"title","type":"string","multiValued":false,"description":"The user's title, such as Vice President.","required":false,"caseExact":false,"mutability":"readWrite","returned":"default","uniqueness":"none","minLength":0,"maxLength":150},{"name":"userType","type":"string","multiValued":false,"description":"Used to identify the relationship between the organization and the user.Typical values used might be 'Contractor', 'Employee','Intern','Temp','External', and 'Unknown', but any value may be used.","required":false,"caseExact":false,"mutability":"readWrite","returned":"default","uniqueness":"none","minLength":0,"maxLength":150},{"name":"preferredLanguage","type":"string","multiValued":false,"description":"Indicates the User's preferred written or spoken language.e.g., 'en_US' specifies the language English and country US.","required":false,"caseExact":false,"mutability":"readWrite","returned":"default","uniqueness":"none","minLength":0,"maxLength":5},{"name":"locale","type":"string","multiValued":false,"description":"Used to indicate the User's default location for purposes of localizing items such as currency, date time format, or numerical representations.","required":false,"caseExact":false,"mutability":"readWrite","returned":"default","uniqueness":"none","minLength":0,"maxLength":5},{"name":"timezone","type":"string","multiValued":false,"description":"The User's time zone in the 'Olson' time zone database format, e.g., 'America/Los_Angeles'.","required":false,"caseExact":false,"mutability":"readWrite","returned":"default","uniqueness":"none","minLength":0,"maxLength":150},{"name":"active","type":"boolean","multiValued":false,"description":"A Boolean value indicating the User's administrative status.","required":false,"mutability":"readWrite","returned":"default"},{"name":"password","type":"string","multiValued":false,"description":"The User's cleartext password. This attribute is intended to be used as a means to specify an initial password when creating a new User or to reset an existing User 's password.","required":false,"caseExact":false,"mutability":"writeOnly","returned":"never","uniqueness":"none","minLength":8,"maxLength":30,"pattern":"^(?=.{8,})(?=.*?[^ws])(?=.*?[0-9])(?=.*?[A-Z]).*?[a-z].*$"},{"name":"emails","type":"complex","multiValued":true,"description":"Email addresses for the user. Canonical type values of 'work','home', and 'other'.","required":false,"subAttributes":[{"name":"value","type":"string","multiValued":false,"description":"Email addresses for the user. Canonical type values of 'work','home', and 'other'.","required":false,"caseExact":false,"mutability":"readWrite","returned":"default","uniqueness":"none","minLength":0,"maxLength":150,"pattern":"^.+@.+..+$"},{"name":"type","type":"string","multiValued":false,"description":"A label indicating the attribute's function, e.g., 'work' or 'home'.","required":false,"caseExact":true,"canonicalValues":["work","home"],"mutability":"immutable","returned":"default","uniqueness":"none"},{"name":"primary","type":"boolean","multiValued":false,"description":"A Boolean value indicating the 'primary' or preferred attribute value for this attribute,  e.g.,the preferred mailing address or primary email address.The primary attribute value 'true'. Always fixed to the 'work' email address","required":false,"mutability":"readOnly","returned":"default"}],"mutability":"readWrite","returned":"default","uniqueness":"none"},{"name":"phoneNumbers","type":"complex","multiValued":true,"description":"Phone numbers for the User. The value SHOULD be canonicalized by the service provider according to the format specified in RFC 3966, e.g.,'+1-201-555-0123'. Canonical type values of 'work','home' and 'mobile'","required":false,"subAttributes":[{"name":"value","type":"string","multiValued":false,"description":"Phone number of the User.","required":false,"caseExact":false,"mutability":"readWrite","returned":"default","uniqueness":"none","minLength":0,"maxLength":45,"pattern":"^[ 0-9_./()*#+-]*$"},{"name":"type","type":"string","multiValued":false,"description":"A label indicating the attribute's function, e.g., 'work', 'home', 'mobile'. ","required":false,"caseExact":true,"canonicalValues":["work","home","mobile"],"mutability":"immutable","returned":"default","uniqueness":"none"},{"name":"primary","type":"boolean","multiValued":false,"description":"A Boolean value indicating the 'primary' or preferred attribute value for this attribute, e.g., the preferred phone number or primary phone number. Fixed to the 'work' phone' ","required":false,"mutability":"readOnly","returned":"default"}],"mutability":"readWrite","returned":"default"},{"name":"photos","type":"complex","multiValued":true,"description":"URLs of photos of the User.","required":false,"subAttributes":[{"name":"value","type":"reference","referenceTypes":["external"],"multiValued":false,"description":"URL of a photo of the User.","required":false,"caseExact":false,"mutability":"readWrite","returned":"default","uniqueness":"none","minLength":10,"maxLength":200,"pattern":"^(https?://(S+.[^/s]+(/S+|/|)))$"},{"name":"type","type":"string","multiValued":false,"description":"A label indicating the attribute's function, 'photo' or 'thumbnail'. ","required":false,"caseExact":true,"canonicalValues":["photo","thumbnail"],"mutability":"immutable","returned":"default","uniqueness":"none"},{"name":"primary","type":"boolean","multiValued":false,"description":"A Boolean value indicating the 'primary' or preferred attribute value for this attribute, e.g., the preferred  photo or thumbnail.Fixed to the 'photo' type.","required":false,"mutability":"readOnly","returned":"default"}],"mutability":"readWrite","returned":"default"},{"name":"addresses","type":"complex","multiValued":true,"description":"A physical mailing address for this User.  Canonical type values of 'work',  'home',   and 'other'.This attribute is a complex type with the following sub - attributes.","required":false,"subAttributes":[{"name":"streetAddress","type":"string","multiValued":false,"description":"The full street address component,  which may include house number,   street name,     P.O.box,   and multi - line extended street address information.This attribute MAY contain newlines.","required":false,"caseExact":false,"mutability":"readWrite","returned":"default","uniqueness":"none","minLength":0,"maxLength":150},{"name":"locality","type":"string","multiValued":false,"description":"The city or locality component.","required":false,"caseExact":false,"mutability":"readWrite","returned":"default","uniqueness":"none","minLength":0,"maxLength":150},{"name":"region","type":"string","multiValued":false,"description":"The state or region component.","required":false,"caseExact":false,"mutability":"readWrite","returned":"default","uniqueness":"none","minLength":0,"maxLength":150},{"name":"postalCode","type":"string","multiValued":false,"description":"The zip code or postal code component.","required":false,"caseExact":false,"mutability":"readWrite","returned":"default","uniqueness":"none","minLength":0,"maxLength":45},{"name":"country","type":"string","multiValued":false,"description":"The country name component.","required":false,"caseExact":false,"mutability":"readWrite","returned":"default","uniqueness":"none","minLength":0,"maxLength":150},{"name":"type","type":"string","multiValued":false,"description":"A label indicating the attribute's    function,   e.g.,  'work' and 'home'. ","required":false,"caseExact":true,"canonicalValues":["work","home"],"mutability":"immutable","returned":"default","uniqueness":"none"}],"mutability":"readWrite","returned":"default","uniqueness":"none"},{"name":"roles","type":"complex","multiValued":true,"description":"The role for the User that collectively represent the entitlements of a user within Federated Directory. Defaults to 'user'.","required":false,"subAttributes":[{"name":"value","type":"string","multiValued":false,"description":"The value of a role.","required":false,"caseExact":true,"canonicalValues":["admin","user"],"mutability":"readWrite","returned":"default","uniqueness":"none"},{"name":"display","type":"string","multiValued":false,"description":"A human-readable name, primarily used for display purposes.READ - ONLY.","required":false,"caseExact":false,"mutability":"readOnly","returned":"default","uniqueness":"none"}],"mutability":"readWrite","returned":"default"},{"name":"meta","type":"complex","multiValued":false,"description":"Metadata on the user object. Only returned when User info is retrieved on one specific User id.","required":false,"subAttributes":[{"name":"created","type":"DateTime","multiValued":false,"description":"Date and time when the User was created.","required":false,"caseExact":true,"mutability":"readOnly","returned":"default","uniqueness":"none","minLength":20,"maxLength":20},{"name":"lastModified","type":"DateTime","multiValued":false,"description":"The most recent DateTime that the details of this User were updated. If this User has never been modified since its initial creation, the value has the same as 'created'.","required":false,"caseExact":true,"mutability":"readOnly","returned":"default","uniqueness":"none","minLength":20,"maxLength":20},{"name":"location","type":"string","multiValued":false,"description":"The URI of the User being returned","required":false,"caseExact":false,"canonicalValues":["User"],"mutability":"readOnly","returned":"default","uniqueness":"none","minLength":70,"maxLength":80,"pattern":"^(https?://(S+.[^/s]+(/S+|/|)))$"},{"name":"resourceType","type":"DateTime","multiValued":false,"description":"The name of the resource type of the resource. In this case, always 'User'. ","required":false,"caseExact":true,"mutability":"readOnly","returned":"default","uniqueness":"none","minLength":5,"maxLength":5}],"mutability":"readWrite","returned":"default","uniqueness":"none"}],"meta":{"resourceType":"Schema","location":"/v2/Schemas/urn:ietf:params:scim:schemas:core:2.0:User"}},{"id":"urn:ietf:params:scim:schemas:extension:enterprise:2.0:User","name":"EnterpriseUser","description":"Enterprise User schema extension","attributes":[{"name":"employeeNumber","type":"string","multiValued":false,"description":"Numeric or alphanumeric identifier assigned to a person, typically based on order of hire or association with an   organization.  ","required":false,"caseExact":false,"mutability":"readWrite","returned":"default","uniqueness":"none","minLength":0,"maxLength":150},{"name":"costCenter","type":"string","multiValued":false,"description":"Identifies the name of a cost center.","required":false,"caseExact":false,"mutability":"readWrite","returned":"default","uniqueness":"none","minLength":0,"maxLength":150},{"name":"organization","type":"string","multiValued":false,"description":"Identifies the name of the organization.","required":false,"caseExact":false,"mutability":"readOnly","returned":"default","uniqueness":"none","minLength":0,"maxLength":100},{"name":"division","type":"string","multiValued":false,"description":"Identifies the name of a division.","required":false,"caseExact":false,"mutability":"readWrite","returned":"default","uniqueness":"none","minLength":0,"maxLength":150},{"name":"department","type":"string","multiValued":false,"description":"Identifies the name of a department.","required":false,"caseExact":false,"mutability":"readWrite","returned":"default","uniqueness":"none","minLength":0,"maxLength":150},{"name":"manager","type":"complex","multiValued":false,"description":"The User's manager. A complex type that creates an organizational hierarchy by referencing the 'id' attribute of another User. Include 'id' (value) to create an actual link. Also allows adding only a displayName. If id/value is provided, displayName will be ignored.","required":false,"subAttributes":[{"name":"value","type":"string","multiValued":false,"description":"The id of the SCIM resource representing the User 's manager. OPTIONAL.","required":false,"caseExact":true,"mutability":"readWrite","returned":"default","uniqueness":"none","minLength":36,"maxLength":36,"pattern":"[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}"},{"name":"$ref","type":"reference","referenceTypes":["User"],"multiValued":false,"description":"The URI of the SCIM resource representing the User 's manager. OPTIONAL.","required":false,"caseExact":false,"mutability":"readOnly","returned":"default","uniqueness":"none","minLength":1,"maxLength":200},{"name":"displayName","type":"string","multiValued":false,"description":"The displayName of the User's manager. Will be ignored if value is also provided. OPTIONAL.","required":false,"caseExact":false,"mutability":"readWrite","returned":"default","uniqueness":"none","minLength":0,"maxLength":200}],"mutability":"readWrite","returned":"default"}],"meta":{"resourceType":"Schema","location":"/v2/Schemas/urn:ietf:params:scim:schemas:extension:enterprise:2.0:User"}},{"id":"urn:ietf:params:scim:schemas:extension:fd:2.0:User","name":"FederatedDirectoryUser","description":"Federated Directory specific User schema extension","attributes":[{"name":"description","type":"string","multiValued":false,"description":"Description or note on a User.","required":false,"caseExact":false,"mutability":"readWrite","returned":"default","uniqueness":"none","minLength":0,"maxLength":250},{"name":"companyId","type":"string","multiValued":false,"description":"The unique identifier of the User's Company","required":true,"caseExact":true,"mutability":"immutable","returned":"default","uniqueness":"none","minLength":36,"maxLength":36,"pattern":"[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}"},{"name":"companyLogos","type":"complex","multiValued":true,"description":"URLs of the logos of the Company.","required":false,"subAttributes":[{"name":"value","type":"reference","referenceTypes":["external"],"multiValued":false,"description":"URL of a logo of the Company.","required":false,"caseExact":false,"mutability":"readOnly","returned":"default","uniqueness":"none","minLength":10,"maxLength":200,"pattern":"^(https?://(S+.[^/s]+(/S+|/|)))$"},{"name":"type","type":"string","multiValued":false,"description":"A label indicating the attribute's function, 'logo' or 'thumbnail'. ","required":false,"caseExact":true,"canonicalValues":["logo","thumbnail"],"mutability":"immutable","returned":"default","uniqueness":"none"}],"mutability":"readOnly","returned":"default"},{"name":"companyLogos","type":"string","multiValued":false,"description":"URL of logo of the User's Company","required":false,"caseExact":false,"mutability":"readOnly","returned":"default","uniqueness":"none","minLength":10,"maxLength":200,"pattern":"^(https?://(S+.[^/s]+(/S+|/|)))$"},{"name":"directoryId","type":"string","multiValued":false,"description":"The unique identifier of the Directory this User resides in.","required":true,"caseExact":true,"mutability":"immutable","returned":"default","uniqueness":"none","minLength":36,"maxLength":36,"pattern":"[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}"},{"name":"custom01","type":"string","multiValued":false,"description":"Custom attribute that can be used to extend the users default attributes.","required":false,"caseExact":false,"mutability":"readWrite","returned":"default","uniqueness":"none","minLength":0,"maxLength":150},{"name":"custom02","type":"string","multiValued":false,"description":"Custom attribute that can be used to extend the users default attributes.","required":false,"caseExact":false,"mutability":"readWrite","returned":"default","uniqueness":"none","minLength":0,"maxLength":150},{"name":"custom03","type":"string","multiValued":false,"description":"Custom attribute that can be used to extend the users default attributes.","required":false,"caseExact":false,"mutability":"readWrite","returned":"default","uniqueness":"none","minLength":0,"maxLength":150},{"name":"groups","type":"complex","multiValued":true,"description":"The groups in which a user is a member.","required":false,"subAttributes":[{"name":"value","type":"string","description":"Uuid of the group","required":true,"caseExact":true,"mutability":"readOnly","returned":"default","uniqueness":"global","minLength":36,"maxLength":36,"pattern":"[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}"},{"name":"display","type":"string","multiValued":false,"description":"The name of the Group, suitable for display to end - users.","required":true,"caseExact":false,"mutability":"readWrite","returned":"default","uniqueness":"none","minLength":1,"maxLength":200},{"name":"owner","type":"boolean","multiValued":false,"description":"A Boolean value indicating the User's administrative status in a group.","required":false,"mutability":"readWrite","returned":"default"}]}],"meta":{"resourceType":"Schema","location":"/v2/Schemas/urn:ietf:params:scim:schemas:fd:fd:2.0:User"}},{"id":"urn:ietf:params:scim:schemas:core:2.0:Group","name":"Group","description":"Group Resource","attributes":[{"name":"id","type":"string","multiValued":false,"description":"Globally Unique identifier for the Group. Used for all UPDATE and DELETE actions. REQUIRED on a group.","required":true,"caseExact":true,"mutability":"readOnly","returned":"default","uniqueness":"global","minLength":36,"maxLength":36,"pattern":"[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}"},{"name":"externalId","type":"string","multiValued":false,"description":"Identifier of the group from the mastering source.","required":false,"caseExact":false,"mutability":"readWrite","returned":"default","uniqueness":"none","minLength":0,"maxLength":70},{"name":"displayName","type":"string","multiValued":false,"description":"A human-readable name for the Group. REQUIRED.","required":true,"caseExact":false,"mutability":"readWrite","returned":"default","uniqueness":"none","minLength":1,"maxLength":200},{"name":"members","type":"complex","multiValued":true,"description":"A list of members of the Group.","required":false,"subAttributes":[{"name":"value","type":"string","multiValued":false,"description":"Identifier of the member of this Group.","required":true,"caseExact":true,"mutability":"immutable","returned":"default","uniqueness":"none"},{"name":"$ref","type":"reference","referenceTypes":["User","Group"],"multiValued":false,"description":"The URI of the corresponding Group member resource.","required":false,"caseExact":false,"mutability":"immutable","returned":"default","uniqueness":"none"},{"name":"display","type":"string","multiValued":false,"description":"A human-readable name, primarily used for display purposes. READ-ONLY.","required":false,"caseExact":false,"mutability":"readOnly","returned":"default","uniqueness":"none"},{"name":"type","type":"string","multiValued":false,"description":"A label indicating the type of resource, e.g., 'User' or 'Group'.","required":false,"caseExact":false,"mutability":"immutable","returned":"default","uniqueness":"none"}],"mutability":"readWrite","returned":"default"}],"meta":{"resourceType":"Schema","location":"/v2/Schemas/urn:ietf:params:scim:schemas:core:2.0:Group"}}]}