Read SCIM2 Schemas

GET {{scimPath}}/environments/{{envID}}/v2/Schemas

The GET {{scimPath}}/environments/{{envID}}/v2/Schemas operation returns the SCIM schemas.

RESPONSES

status: OK

{"schemas":["urn:ietf:params:scim:api:messages:2.0:ListResponse"],"totalResults":3,"Resources":[{"schemas":["urn:ietf:params:scim:schemas:core:2.0:Schema"],"id":"urn:ietf:params:scim:schemas:core:2.0:User","name":"User","description":"User Account","attributes":[{"name":"preferredLanguage","type":"string","multiValued":false,"description":"The user's preferred written or spoken languages, which are optional. This may be explicitly set to null when updating a user to unset it. If provided, the format of the value is the same as the HTTP Accept-Language header field (not including \"Accept-Language:\") and is specified in Section 5.3.5 of RFC 7231.","required":false,"caseExact":false,"mutability":"readWrite","returned":"default","uniqueness":"none"},{"name":"timezone","type":"string","multiValued":false,"description":"The user's time zone, which is optional. This may be explicitly set to null when updating a user to unset it. If provided, it must conform with the IANA Time Zone database format [RFC6557], also known as the \"Olson\" time zone database format [Olson-TZ] (e.g., \"America/Los_Angeles\")","required":false,"caseExact":false,"mutability":"readWrite","returned":"default","uniqueness":"none"},{"name":"title","type":"string","multiValued":false,"description":"The user's title, which is optional, such as \"Vice President\". This may be explicitly set to null when updating a user to unset it.","required":false,"caseExact":false,"mutability":"readWrite","returned":"default","uniqueness":"none"},{"name":"locale","type":"string","multiValued":false,"description":"The user's default location, which is optional. This may be explicitly set to null when updating a user to unset it. This is used for purposes of localizing such items as currency, date time format, or numerical representations. If provided, a valid value is a language tag as defined in RFC 5646. The following are example tags: fr, en-US, es-419, az-Arab, x-pig-latin, man-Nkoo-GN","required":false,"caseExact":false,"mutability":"readWrite","returned":"default","uniqueness":"none"},{"name":"active","type":"boolean","multiValued":false,"description":"A read-only attribute that specifies whether the user is enabled. This attribute is set to 'true' by default when the user is created.","required":false,"caseExact":false,"mutability":"readOnly","returned":"default","uniqueness":"none"},{"name":"created","type":"string","multiValued":false,"description":"A read-only attribute that specifies the time at which the user was created.","required":false,"caseExact":false,"mutability":"readOnly","returned":"default","uniqueness":"none"},{"name":"nickName","type":"string","multiValued":false,"description":"The user's nickname, which is optional. This may be explicitly set to null when updating a user to unset it. Valid characters consists of any Unicode letter, mark (e.g. accent, umlaut), math symbol, numeric character, or punctuation. It may have a length of no more than 256 characters.","required":false,"caseExact":false,"mutability":"readWrite","returned":"default","uniqueness":"none"},{"name":"id","type":"string","multiValued":false,"description":"The globally unique identifier of the user.","required":false,"caseExact":false,"mutability":"readOnly","returned":"always","uniqueness":"global"},{"name":"emails","type":"string","multiValued":true,"description":"The user's email address","required":false,"caseExact":false,"mutability":"readWrite","returned":"default","uniqueness":"none"},{"name":"lastModified","type":"string","multiValued":false,"description":"A read-only attribute that specifies the time at which the user was last modified.","required":false,"caseExact":false,"mutability":"readOnly","returned":"default","uniqueness":"none"},{"name":"addresses","type":"complex","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"},{"name":"locality","type":"string","multiValued":false,"description":"The city or locality component of the address.","required":false,"caseExact":false,"mutability":"readWrite","returned":"default","uniqueness":"none"},{"name":"region","type":"string","multiValued":false,"description":"The state or region component of the address.","required":false,"caseExact":false,"mutability":"readWrite","returned":"default","uniqueness":"none"},{"name":"postalCode","type":"string","multiValued":false,"description":"The zip code or postal code component of the address.","required":false,"caseExact":false,"mutability":"readWrite","returned":"default","uniqueness":"none"},{"name":"countryCode","type":"string","multiValued":false,"description":"The country name component. When specified, the value MUST be in ISO 3166-1 \"alpha-2\" code format [ISO3166]; e.g., the United States and Sweden are \"US\" and \"SE\", respectively.","required":false,"caseExact":false,"mutability":"readWrite","returned":"default","uniqueness":"none"}],"multiValued":true,"description":"The user's address (optional)","required":false,"caseExact":false,"mutability":"readWrite","returned":"default","uniqueness":"none"},{"name":"externalId","type":"string","multiValued":false,"description":"An identifier for the user resource as defined by the provisioning client. This is optional. This may be explicitly set to null when updating a user to unset it. The externalId attribute may simplify the correlation of the user in PingOne with the user's account in another system of record. The platform does not use this attribute directly in any way, but it is used by Ping Identity's Data Sync product. \"","required":false,"caseExact":false,"mutability":"readWrite","returned":"default","uniqueness":"none"},{"name":"photos","type":"complex","subAttributes":[{"name":"href","type":"string","multiValued":false,"description":"A URI that is a uniform resource locator (as defined in Section 1.1.3 of RFC 3986) that points to a resource location representing the user's image. This may be removed from a user by setting the photo attribute to null. If provided, the resource must be a file (e.g., a GIF, JPEG, or PNG image file) rather than a web page containing an image. It must also have a scheme of http or https.","required":true,"caseExact":false,"mutability":"readWrite","returned":"default","uniqueness":"none"}],"multiValued":true,"description":"The user's photo URL (optional)","required":false,"caseExact":false,"mutability":"readWrite","returned":"default","uniqueness":"none","referenceTypes":["external"]},{"name":"phoneNumbers","type":"string","multiValued":true,"description":"The user's primary phone number, which is optional. This might also match the mobilePhone attribute. This may be explicitly set to null when updating a user to unset it. If provided, it must consist of at least one digit and must not contain more than 32 characters.","required":false,"caseExact":false,"mutability":"readWrite","returned":"default","uniqueness":"none"},{"name":"name","type":"complex","subAttributes":[{"name":"formatted","type":"string","multiValued":false,"description":"The fully formatted name of the User (for example 'Ms. Barbara J Jensen, III'). This may be explicitly set to null when updating a name to unset it.","required":false,"caseExact":false,"mutability":"readWrite","returned":"default","uniqueness":"none"},{"name":"givenName","type":"string","multiValued":false,"description":"The given name of the User, or First in most Western languages (for example, 'Barbara' given the full name 'Ms. Barbara J Jensen, III'). This may be explicitly set to null when updating a name to unset it. Valid characters consists of any Unicode letter, mark (e.g. accent, umlaut), math symbol, numeric character, or punctuation. It may have a length of no more than 256 characters.","required":false,"caseExact":false,"mutability":"readWrite","returned":"default","uniqueness":"none"},{"name":"middleName","type":"string","multiValued":false,"description":"The the middle name(s) of the User (e.g., 'Jane' given the full name 'Ms. Barbara Jane Jensen, III'). This may be explicitly set to null when updating a name to unset it. Valid characters consists of any Unicode letter, mark (e.g. accent, umlaut), math symbol, numeric character, or punctuation. It may have a length of no more than 256 characters.","required":false,"caseExact":false,"mutability":"readWrite","returned":"default","uniqueness":"none"},{"name":"familyName","type":"string","multiValued":false,"description":"The family name of the User, or Last in most Western languages (for example, 'Jensen' given the full name 'Ms. Barbara J Jensen, III'). This may be explicitly set to null when updating a name to unset it. Valid characters consists of any Unicode letter, mark (e.g. accent, umlaut), math symbol, numeric character, or punctuation. It may have a length of no more than 256 characters.","required":false,"caseExact":false,"mutability":"readWrite","returned":"default","uniqueness":"none"},{"name":"honorificPrefix","type":"string","multiValued":false,"description":"The honorific prefix(es) of the User, or title in most Western languages (e.g., 'Ms.' given the full name 'Ms. Barbara Jane Jensen, III'). This may be explicitly set to null when updating a name to unset it.","required":false,"caseExact":false,"mutability":"readWrite","returned":"default","uniqueness":"none"},{"name":"honorificSuffix","type":"string","multiValued":false,"description":"The honorific suffix(es) of the User, or suffix in most Western languages (e.g., 'III' given the full name 'Ms. Barbara Jane Jensen, III'). This may be explicitly set to null when updating a name to unset it.","required":false,"caseExact":false,"mutability":"readWrite","returned":"default","uniqueness":"none"}],"multiValued":false,"description":"The user's name (optional)","required":false,"caseExact":false,"mutability":"readWrite","returned":"default","uniqueness":"none"},{"name":"userName","type":"string","multiValued":false,"description":"The username, which must be provided and must be unique within an environment. The username must be a string of any Unicode letter, mark (e.g. accent, umlaut), math symbol, numeric character, or punctuation. It may have a length of no more than 128 characters.","required":true,"caseExact":false,"mutability":"readOnly","returned":"default","uniqueness":"global"}],"meta":{"resourceType":"Schema","location":"/v2/Schemas/urn:ietf:params:scim:schemas:core:2.0:User"}},{"schemas":["urn:ietf:params:scim:schemas:core:2.0:Schema"],"id":"urn:pingidentity:schemas:2.0:DirectMappedUser","name":"Direct-Mapped User","description":"An alternate resource type for PingOne users. Direct-mapped users do not rely on resource mappings, and their attribute names are consistent with the PingOne API. For example, direct-mapped users utilize the PingOne 'username' attribute rather than the SCIM 'userName' attribute.","attributes":[{"name":"preferredLanguage","type":"string","multiValued":false,"description":"The user's preferred written or spoken languages, which are optional. This may be explicitly set to null when updating a user to unset it. If provided, the format of the value is the same as the HTTP Accept-Language header field (not including \"Accept-Language:\") and is specified in Section 5.3.5 of RFC 7231.","required":false,"caseExact":false,"mutability":"readWrite","returned":"default","uniqueness":"none"},{"name":"timezone","type":"string","multiValued":false,"description":"The user's time zone, which is optional. This may be explicitly set to null when updating a user to unset it. If provided, it must conform with the IANA Time Zone database format [RFC6557], also known as the \"Olson\" time zone database format [Olson-TZ] (e.g., \"America/Los_Angeles\")","required":false,"caseExact":false,"mutability":"readWrite","returned":"default","uniqueness":"none"},{"name":"lastSignOn","type":"complex","subAttributes":[{"name":"at","type":"string","multiValued":false,"description":"The time of the last successful login of the user via the Flow API.","required":false,"caseExact":false,"mutability":"readOnly","returned":"default","uniqueness":"none"},{"name":"remoteIp","type":"string","multiValued":false,"description":"The IP address of the last successful login of the user via the Flow API.","required":false,"caseExact":false,"mutability":"readOnly","returned":"default","uniqueness":"none"}],"multiValued":false,"description":"Last Sign-on Information","required":false,"caseExact":false,"mutability":"readOnly","returned":"default","uniqueness":"none"},{"name":"title","type":"string","multiValued":false,"description":"The user's title, which is optional, such as \"Vice President\". This may be explicitly set to null when updating a user to unset it.","required":false,"caseExact":false,"mutability":"readWrite","returned":"default","uniqueness":"none"},{"name":"type","type":"string","multiValued":false,"description":"The user's type, which is optional. This may be explicitly set to null when updating a user to unset it. This attribute is organization-specific and has no special meaning within the platform. It could have values of \"Contractor\", \"Employee\", Intern\", \"Temp\", \"External\", and \"Unknown\"","required":false,"caseExact":false,"mutability":"readWrite","returned":"default","uniqueness":"none"},{"name":"locale","type":"string","multiValued":false,"description":"The user's default location, which is optional. This may be explicitly set to null when updating a user to unset it. This is used for purposes of localizing such items as currency, date time format, or numerical representations. If provided, a valid value is a language tag as defined in RFC 5646. The following are example tags: fr, en-US, es-419, az-Arab, x-pig-latin, man-Nkoo-GN","required":false,"caseExact":false,"mutability":"readWrite","returned":"default","uniqueness":"none"},{"name":"enabled","type":"boolean","multiValued":false,"description":"A read-only attribute that specifies whether the user is enabled. This attribute is set to 'true' by default when the user is created.","required":false,"caseExact":false,"mutability":"readOnly","returned":"default","uniqueness":"none"},{"name":"identityProvider","type":"complex","subAttributes":[{"name":"id","type":"string","multiValued":false,"description":"An attribute containing the ID of the identity provider that is used as the authentication authority for the user. If present, the user must authenticate via this identity provider.","required":false,"caseExact":false,"mutability":"readOnly","returned":"always","uniqueness":"none"},{"name":"type","type":"string","multiValued":false,"description":"A read-only attribute containing the type of the identity provider where the user account is managed. If the type is PING_ONE, PingOne is the authentication authority.","required":false,"caseExact":false,"mutability":"readOnly","returned":"default","uniqueness":"none"}],"multiValued":false,"description":"A read-only attribute that contains information about the user's trusted identity provider.","required":false,"caseExact":false,"mutability":"readOnly","returned":"default","uniqueness":"none"},{"name":"lifecycle","type":"complex","subAttributes":[{"name":"status","type":"string","multiValued":false,"description":"The lifecycle status for this account.","required":false,"caseExact":false,"mutability":"readOnly","returned":"default","uniqueness":"none"}],"multiValued":false,"description":"The account lifecycle","required":false,"caseExact":false,"mutability":"readOnly","returned":"default","uniqueness":"none"},{"name":"createdAt","type":"string","multiValued":false,"description":"A read-only attribute that specifies the time at which the user was created.","required":false,"caseExact":false,"mutability":"readOnly","returned":"default","uniqueness":"none"},{"name":"verifyStatus","type":"string","multiValued":false,"description":"A read-only attribute that specifies whether ID Validation authentication is enabled. This attribute is set to 'NOT-INITIATED' by default when the user is created.","required":false,"caseExact":false,"mutability":"readOnly","returned":"default","uniqueness":"none"},{"name":"nickname","type":"string","multiValued":false,"description":"The user's nickname, which is optional. This may be explicitly set to null when updating a user to unset it. Valid characters consists of any Unicode letter, mark (e.g. accent, umlaut), math symbol, numeric character, or punctuation. It may have a length of no more than 256 characters.","required":false,"caseExact":false,"mutability":"readWrite","returned":"default","uniqueness":"none"},{"name":"mfaEnabled","type":"boolean","multiValued":false,"description":"A read-only attribute that specifies whether multi-factor authentication is enabled. This attribute is set to 'false' by default when the user is created.","required":false,"caseExact":false,"mutability":"readOnly","returned":"default","uniqueness":"none"},{"name":"id","type":"string","multiValued":false,"description":"The globally unique identifier of the user.","required":false,"caseExact":false,"mutability":"readOnly","returned":"always","uniqueness":"global"},{"name":"email","type":"string","multiValued":false,"description":"The user's email address","required":false,"caseExact":false,"mutability":"readWrite","returned":"default","uniqueness":"none"},{"name":"updatedAt","type":"string","multiValued":false,"description":"A read-only attribute that specifies the time at which the user was last modified.","required":false,"caseExact":false,"mutability":"readOnly","returned":"default","uniqueness":"none"},{"name":"memberOfGroupIDs","type":"string","multiValued":true,"description":"A read-only attribute that lists the IDs of groups that a user is a member of","required":false,"caseExact":false,"mutability":"readOnly","returned":"default","uniqueness":"none"},{"name":"address","type":"complex","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"},{"name":"locality","type":"string","multiValued":false,"description":"The city or locality component of the address.","required":false,"caseExact":false,"mutability":"readWrite","returned":"default","uniqueness":"none"},{"name":"region","type":"string","multiValued":false,"description":"The state or region component of the address.","required":false,"caseExact":false,"mutability":"readWrite","returned":"default","uniqueness":"none"},{"name":"postalCode","type":"string","multiValued":false,"description":"The zip code or postal code component of the address.","required":false,"caseExact":false,"mutability":"readWrite","returned":"default","uniqueness":"none"},{"name":"countryCode","type":"string","multiValued":false,"description":"The country name component. When specified, the value MUST be in ISO 3166-1 \"alpha-2\" code format [ISO3166]; e.g., the United States and Sweden are \"US\" and \"SE\", respectively.","required":false,"caseExact":false,"mutability":"readWrite","returned":"default","uniqueness":"none"}],"multiValued":false,"description":"The user's address (optional)","required":false,"caseExact":false,"mutability":"readWrite","returned":"default","uniqueness":"none"},{"name":"externalId","type":"string","multiValued":false,"description":"An identifier for the user resource as defined by the provisioning client. This is optional. This may be explicitly set to null when updating a user to unset it. The externalId attribute may simplify the correlation of the user in PingOne with the user's account in another system of record. The platform does not use this attribute directly in any way, but it is used by Ping Identity's Data Sync product. \"","required":false,"caseExact":false,"mutability":"readWrite","returned":"default","uniqueness":"none"},{"name":"photo","type":"complex","subAttributes":[{"name":"href","type":"string","multiValued":false,"description":"A URI that is a uniform resource locator (as defined in Section 1.1.3 of RFC 3986) that points to a resource location representing the user's image. This may be removed from a user by setting the photo attribute to null. If provided, the resource must be a file (e.g., a GIF, JPEG, or PNG image file) rather than a web page containing an image. It must also have a scheme of http or https.","required":true,"caseExact":false,"mutability":"readWrite","returned":"default","uniqueness":"none"}],"multiValued":false,"description":"The user's photo URL (optional)","required":false,"caseExact":false,"mutability":"readWrite","returned":"default","uniqueness":"none","referenceTypes":["external"]},{"name":"memberOfGroupNames","type":"string","multiValued":true,"description":"A read-only attribute that lists the names of groups that a user is a member of","required":false,"caseExact":false,"mutability":"readOnly","returned":"default","uniqueness":"none"},{"name":"population","type":"complex","subAttributes":[{"name":"id","type":"string","multiValued":false,"description":"The unique identifier for the population in which the user’s identity exists.","required":false,"caseExact":false,"mutability":"readOnly","returned":"always","uniqueness":"none"}],"multiValued":false,"description":"The name of the population in which the user’s identity exists.","required":false,"caseExact":false,"mutability":"readOnly","returned":"default","uniqueness":"none"},{"name":"primaryPhone","type":"string","multiValued":false,"description":"The user's primary phone number, which is optional. This might also match the mobilePhone attribute. This may be explicitly set to null when updating a user to unset it. If provided, it must consist of at least one digit and must not contain more than 32 characters.","required":false,"caseExact":false,"mutability":"readWrite","returned":"default","uniqueness":"none"},{"name":"accountId","type":"string","multiValued":false,"description":"The user's account ID, which is optional. This may be explicitly set to null when updating a user to unset it. This attribute is organization-specific and has no special meaning within the platform.","required":false,"caseExact":false,"mutability":"readWrite","returned":"default","uniqueness":"none"},{"name":"emailVerified","type":"boolean","multiValued":false,"description":"A read-only attribute that specifies whether the email is verified.","required":false,"caseExact":false,"mutability":"readOnly","returned":"default","uniqueness":"none"},{"name":"mobilePhone","type":"string","multiValued":false,"description":"The user's mobile phone number, which is optional. This might also match the primaryPhone attribute. This may be explicitly set to null when updating a user to unset it. If provided, it must consist of at least one digit and must not contain more than 32 characters.","required":false,"caseExact":false,"mutability":"readWrite","returned":"default","uniqueness":"none"},{"name":"name","type":"complex","subAttributes":[{"name":"formatted","type":"string","multiValued":false,"description":"The fully formatted name of the User (for example 'Ms. Barbara J Jensen, III'). This may be explicitly set to null when updating a name to unset it.","required":false,"caseExact":false,"mutability":"readWrite","returned":"default","uniqueness":"none"},{"name":"givenName","type":"string","multiValued":false,"description":"The given name of the User, or First in most Western languages (for example, 'Barbara' given the full name 'Ms. Barbara J Jensen, III'). This may be explicitly set to null when updating a name to unset it. Valid characters consists of any Unicode letter, mark (e.g. accent, umlaut), math symbol, numeric character, or punctuation. It may have a length of no more than 256 characters.","required":false,"caseExact":false,"mutability":"readWrite","returned":"default","uniqueness":"none"},{"name":"middleName","type":"string","multiValued":false,"description":"The the middle name(s) of the User (e.g., 'Jane' given the full name 'Ms. Barbara Jane Jensen, III'). This may be explicitly set to null when updating a name to unset it. Valid characters consists of any Unicode letter, mark (e.g. accent, umlaut), math symbol, numeric character, or punctuation. It may have a length of no more than 256 characters.","required":false,"caseExact":false,"mutability":"readWrite","returned":"default","uniqueness":"none"},{"name":"familyName","type":"string","multiValued":false,"description":"The family name of the User, or Last in most Western languages (for example, 'Jensen' given the full name 'Ms. Barbara J Jensen, III'). This may be explicitly set to null when updating a name to unset it. Valid characters consists of any Unicode letter, mark (e.g. accent, umlaut), math symbol, numeric character, or punctuation. It may have a length of no more than 256 characters.","required":false,"caseExact":false,"mutability":"readWrite","returned":"default","uniqueness":"none"},{"name":"honorificPrefix","type":"string","multiValued":false,"description":"The honorific prefix(es) of the User, or title in most Western languages (e.g., 'Ms.' given the full name 'Ms. Barbara Jane Jensen, III'). This may be explicitly set to null when updating a name to unset it.","required":false,"caseExact":false,"mutability":"readWrite","returned":"default","uniqueness":"none"},{"name":"honorificSuffix","type":"string","multiValued":false,"description":"The honorific suffix(es) of the User, or suffix in most Western languages (e.g., 'III' given the full name 'Ms. Barbara Jane Jensen, III'). This may be explicitly set to null when updating a name to unset it.","required":false,"caseExact":false,"mutability":"readWrite","returned":"default","uniqueness":"none"}],"multiValued":false,"description":"The user's name (optional)","required":false,"caseExact":false,"mutability":"readWrite","returned":"default","uniqueness":"none"},{"name":"account","type":"complex","subAttributes":[{"name":"canAuthenticate","type":"boolean","multiValued":false,"description":"A read-only attribute that specifies whether the user can authenticate at this time.","required":false,"caseExact":false,"mutability":"readOnly","returned":"default","uniqueness":"none"},{"name":"status","type":"string","multiValued":false,"description":"A read-only attribute that specifies the status of the account.","required":false,"caseExact":false,"mutability":"readOnly","returned":"default","uniqueness":"none"},{"name":"lockedAt","type":"string","multiValued":false,"description":"A read-only attribute that specifies the time at which the account was locked, if any.","required":false,"caseExact":false,"mutability":"readOnly","returned":"default","uniqueness":"none"},{"name":"secondsUntilUnlock","type":"string","multiValued":false,"description":"A read-only attribute that specifies the number of seconds remaining until the account will be unlocked.","required":false,"caseExact":false,"mutability":"readOnly","returned":"default","uniqueness":"none"},{"name":"unlockAt","type":"string","multiValued":false,"description":"A read-only attribute that specifies the time at which the account will be unlocked.","required":false,"caseExact":false,"mutability":"readOnly","returned":"default","uniqueness":"none"}],"multiValued":false,"description":"A read-only attribute that contains information about the user's account","required":false,"caseExact":false,"mutability":"readOnly","returned":"default","uniqueness":"none"},{"name":"username","type":"string","multiValued":false,"description":"The username, which must be provided and must be unique within an environment. The username must be a string of any Unicode letter, mark (e.g. accent, umlaut), math symbol, numeric character, or punctuation. It may have a length of no more than 128 characters.","required":true,"caseExact":false,"mutability":"readOnly","returned":"default","uniqueness":"global"}],"meta":{"resourceType":"Schema","location":"/v2/Schemas/urn:pingidentity:schemas:2.0:DirectMappedUser"}},{"schemas":["urn:ietf:params:scim:schemas:core:2.0:Schema"],"id":"urn:pingidentity:schemas:extension:2.0:PingOneUser","name":"PingOne User","description":"Extension schema containing PingOne-specific data. Used with 'urn:ietf:params:scim:schemas:core:2.0:User'.","attributes":[{"name":"population","type":"complex","subAttributes":[{"name":"id","type":"string","multiValued":false,"description":"The unique identifier for the population in which the user's identity exists.","required":false,"caseExact":false,"mutability":"readWrite","returned":"default","uniqueness":"none"}],"multiValued":false,"description":"Indicates the PingOne population that the user belongs to. A population in PingOne defines a set of users, and is similar to an organizational unit (OU). This attribute is not required if a default population is defined for the PingOne environment.","required":false,"caseExact":false,"mutability":"readWrite","returned":"default","uniqueness":"none"}],"meta":{"resourceType":"Schema","location":"/v2/Schemas/urn:pingidentity:schemas:extension:2.0:PingOneUser"}}]}