Read All (Schema) Attributes
GET {{apiPath}}/environments/{{envID}}/schemas/{{schemaID}}/attributes
The following sample shows the GET /environments/{{envID}}/schemas/{{schemaID}}/attributes
operation to return a list of all attributes associated with the specified schema resource.
RESPONSES
status: OK
{"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/schemas/6497b7af-99d1-4217-8a82-057fcc3b7401/attributes"}},"_embedded":{"attributes":[{"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/schemas/6497b7af-99d1-4217-8a82-057fcc3b7401/attributes/8b7173c1-2852-4717-8e77-919caff358c6"}},"id":"8b7173c1-2852-4717-8e77-919caff358c6","environment":{"id":"abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"name":"preferredLanguage","displayName":"Preferred Language","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.","schemaType":"STANDARD","type":"STRING","unique":false,"enabled":true,"multiValued":false,"required":false,"schema":{"id":"6497b7af-99d1-4217-8a82-057fcc3b7401"}},{"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/schemas/6497b7af-99d1-4217-8a82-057fcc3b7401/attributes/359f0f9f-8e68-4346-b08f-f6f4dbcd2d66"}},"id":"359f0f9f-8e68-4346-b08f-f6f4dbcd2d66","environment":{"id":"abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"name":"timezone","displayName":"Timezone","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\")","schemaType":"STANDARD","type":"STRING","unique":false,"enabled":true,"multiValued":false,"required":false,"schema":{"id":"6497b7af-99d1-4217-8a82-057fcc3b7401"}},{"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/schemas/6497b7af-99d1-4217-8a82-057fcc3b7401/attributes/eaecfc98-5ddd-424e-beda-b44b7070a83f"}},"id":"eaecfc98-5ddd-424e-beda-b44b7070a83f","environment":{"id":"abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"name":"lastSignOn","displayName":"Last Sign-on","description":"Last Sign-on Information","schemaType":"CORE","type":"COMPLEX","unique":false,"enabled":true,"multiValued":false,"required":false,"subAttributes":[{"name":"at","displayName":"Last Sign-on Time","description":"The time of the last successful login of the user via the Flow API.","schemaType":"CORE","type":"STRING","unique":false,"enabled":true,"required":false},{"name":"remoteIp","displayName":"Last Sign-on Remote IP","description":"The IP address of the last successful login of the user via the Flow API.","schemaType":"CORE","type":"STRING","unique":false,"enabled":true,"required":false}],"schema":{"id":"6497b7af-99d1-4217-8a82-057fcc3b7401"}},{"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/schemas/6497b7af-99d1-4217-8a82-057fcc3b7401/attributes/5648da48-b945-4d13-a27e-57cbeac4d31f"}},"id":"5648da48-b945-4d13-a27e-57cbeac4d31f","environment":{"id":"abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"name":"title","displayName":"Title","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.","schemaType":"STANDARD","type":"STRING","unique":false,"enabled":true,"multiValued":false,"required":false,"schema":{"id":"6497b7af-99d1-4217-8a82-057fcc3b7401"}},{"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/schemas/6497b7af-99d1-4217-8a82-057fcc3b7401/attributes/a136325f-2576-487a-8884-95d3898b6b21"}},"id":"a136325f-2576-487a-8884-95d3898b6b21","environment":{"id":"abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"name":"type","displayName":"Type","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\"","schemaType":"STANDARD","type":"STRING","unique":false,"enabled":true,"multiValued":false,"required":false,"schema":{"id":"6497b7af-99d1-4217-8a82-057fcc3b7401"}},{"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/schemas/6497b7af-99d1-4217-8a82-057fcc3b7401/attributes/9a2a8cb4-b0a8-4cdd-9890-b6539a8c4948"}},"id":"9a2a8cb4-b0a8-4cdd-9890-b6539a8c4948","environment":{"id":"abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"name":"locale","displayName":"Locale","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","schemaType":"STANDARD","type":"STRING","unique":false,"enabled":true,"multiValued":false,"required":false,"schema":{"id":"6497b7af-99d1-4217-8a82-057fcc3b7401"}},{"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/schemas/6497b7af-99d1-4217-8a82-057fcc3b7401/attributes/05f00586-d526-45f7-bd2e-e432b05c0d9e"}},"id":"05f00586-d526-45f7-bd2e-e432b05c0d9e","environment":{"id":"abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"name":"enabled","displayName":"Enabled","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.","schemaType":"CORE","type":"BOOLEAN","unique":false,"enabled":true,"multiValued":false,"required":false,"schema":{"id":"6497b7af-99d1-4217-8a82-057fcc3b7401"}},{"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/schemas/6497b7af-99d1-4217-8a82-057fcc3b7401/attributes/6f063c19-962f-4f47-b9f1-650c6e108640"}},"id":"6f063c19-962f-4f47-b9f1-650c6e108640","environment":{"id":"abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"name":"identityProvider","displayName":"Identity Provider","description":"A read-only attribute that contains information about the user's trusted identity provider.","schemaType":"CORE","type":"COMPLEX","unique":false,"enabled":true,"multiValued":false,"required":false,"subAttributes":[{"name":"id","displayName":"Identity Provider ID","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.","schemaType":"CORE","type":"STRING","unique":false,"enabled":true,"required":false},{"name":"type","displayName":"Identity Provider Type","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.","schemaType":"CORE","type":"STRING","unique":false,"enabled":true,"required":false}],"schema":{"id":"6497b7af-99d1-4217-8a82-057fcc3b7401"}},{"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/schemas/6497b7af-99d1-4217-8a82-057fcc3b7401/attributes/7df48513-fc16-4b4e-ac23-97d455d11b63"}},"id":"7df48513-fc16-4b4e-ac23-97d455d11b63","environment":{"id":"abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"name":"lifecycle","displayName":"lifecycle","description":"The account lifecycle","schemaType":"CORE","type":"COMPLEX","unique":false,"enabled":true,"multiValued":false,"required":false,"subAttributes":[{"name":"status","displayName":"Status","description":"The lifecycle status for this account.","schemaType":"CORE","type":"STRING","unique":false,"enabled":true,"required":false}],"schema":{"id":"6497b7af-99d1-4217-8a82-057fcc3b7401"}},{"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/schemas/6497b7af-99d1-4217-8a82-057fcc3b7401/attributes/a28f9f33-6290-4ff5-a726-ba6013adbbe2"}},"id":"a28f9f33-6290-4ff5-a726-ba6013adbbe2","environment":{"id":"abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"name":"createdAt","displayName":"Creation Time","description":"A read-only attribute that specifies the time at which the user was created.","schemaType":"CORE","type":"STRING","unique":false,"enabled":true,"multiValued":false,"required":false,"schema":{"id":"6497b7af-99d1-4217-8a82-057fcc3b7401"}},{"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/schemas/6497b7af-99d1-4217-8a82-057fcc3b7401/attributes/716153fc-3a08-4adf-ab0f-f47397444989"}},"id":"716153fc-3a08-4adf-ab0f-f47397444989","environment":{"id":"abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"name":"verifyStatus","displayName":"ID Validation Verification Authentication Enabled","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.","schemaType":"CORE","type":"STRING","unique":false,"enabled":true,"multiValued":false,"required":false,"schema":{"id":"6497b7af-99d1-4217-8a82-057fcc3b7401"}},{"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/schemas/6497b7af-99d1-4217-8a82-057fcc3b7401/attributes/b2e91a98-1c36-438c-af05-31a659aadd9f"}},"id":"b2e91a98-1c36-438c-af05-31a659aadd9f","environment":{"id":"abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"name":"officeLocation","displayName":"An optional property that specifies the display name of the attribute.","description":"An optional property that specifies the description of the new attribute.","schemaType":"CUSTOM","type":"STRING","unique":false,"enabled":false,"multiValued":false,"required":false,"schema":{"id":"6497b7af-99d1-4217-8a82-057fcc3b7401"}},{"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/schemas/6497b7af-99d1-4217-8a82-057fcc3b7401/attributes/9f4bed0f-1127-4428-aa84-4f1095d759cf"}},"id":"9f4bed0f-1127-4428-aa84-4f1095d759cf","environment":{"id":"abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"name":"nickname","displayName":"Nickname","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.","schemaType":"STANDARD","type":"STRING","unique":false,"enabled":true,"multiValued":false,"required":false,"schema":{"id":"6497b7af-99d1-4217-8a82-057fcc3b7401"}},{"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/schemas/6497b7af-99d1-4217-8a82-057fcc3b7401/attributes/9b052d06-8cbd-4519-a857-7739795c0c5d"}},"id":"9b052d06-8cbd-4519-a857-7739795c0c5d","environment":{"id":"abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"name":"mfaEnabled","displayName":"Multi-factor Authentication Enabled","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.","schemaType":"CORE","type":"BOOLEAN","unique":false,"enabled":true,"multiValued":false,"required":false,"schema":{"id":"6497b7af-99d1-4217-8a82-057fcc3b7401"}},{"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/schemas/6497b7af-99d1-4217-8a82-057fcc3b7401/attributes/913db8a5-104b-4c94-8f8f-df25c6b8e66b"}},"id":"913db8a5-104b-4c94-8f8f-df25c6b8e66b","environment":{"id":"abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"name":"id","displayName":"User ID","description":"The globally unique identifier of the user.","schemaType":"CORE","type":"STRING","unique":true,"enabled":true,"multiValued":false,"required":false,"schema":{"id":"6497b7af-99d1-4217-8a82-057fcc3b7401"}},{"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/schemas/6497b7af-99d1-4217-8a82-057fcc3b7401/attributes/ebe45efc-c27d-4d14-a6e1-a47cc1711921"}},"id":"ebe45efc-c27d-4d14-a6e1-a47cc1711921","environment":{"id":"abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"name":"email","displayName":"Email Address","description":"The user's email address","schemaType":"STANDARD","type":"STRING","unique":false,"enabled":true,"multiValued":false,"required":false,"schema":{"id":"6497b7af-99d1-4217-8a82-057fcc3b7401"}},{"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/schemas/6497b7af-99d1-4217-8a82-057fcc3b7401/attributes/aa6a4823-5edc-44e1-9207-58435c9e23a3"}},"id":"aa6a4823-5edc-44e1-9207-58435c9e23a3","environment":{"id":"abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"name":"updatedAt","displayName":"Last Modified Time","description":"A read-only attribute that specifies the time at which the user was last modified.","schemaType":"CORE","type":"STRING","unique":false,"enabled":true,"multiValued":false,"required":false,"schema":{"id":"6497b7af-99d1-4217-8a82-057fcc3b7401"}},{"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/schemas/6497b7af-99d1-4217-8a82-057fcc3b7401/attributes/85e60b80-10f9-4ac5-a697-6281e9342616"}},"id":"85e60b80-10f9-4ac5-a697-6281e9342616","environment":{"id":"abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"name":"memberOfGroupIDs","displayName":"Group IDs","description":"A read-only attribute that lists the IDs of groups that a user is a member of","schemaType":"CORE","type":"STRING","unique":false,"enabled":true,"multiValued":true,"required":false,"schema":{"id":"6497b7af-99d1-4217-8a82-057fcc3b7401"}},{"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/schemas/6497b7af-99d1-4217-8a82-057fcc3b7401/attributes/5da0ec0b-59cb-4fe7-abd4-d6ac3370f5eb"}},"id":"5da0ec0b-59cb-4fe7-abd4-d6ac3370f5eb","environment":{"id":"abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"name":"address","displayName":"Address","description":"The user's address (optional)","schemaType":"STANDARD","type":"COMPLEX","unique":false,"enabled":true,"multiValued":false,"required":false,"subAttributes":[{"name":"streetAddress","displayName":"Street Address","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.","schemaType":"STANDARD","type":"STRING","unique":false,"enabled":true,"required":false},{"name":"locality","displayName":"Locality","description":"The city or locality component of the address.","schemaType":"STANDARD","type":"STRING","unique":false,"enabled":true,"required":false},{"name":"region","displayName":"Region","description":"The state or region component of the address.","schemaType":"STANDARD","type":"STRING","unique":false,"enabled":true,"required":false},{"name":"postalCode","displayName":"Postal Code","description":"The zip code or postal code component of the address.","schemaType":"STANDARD","type":"STRING","unique":false,"enabled":true,"required":false},{"name":"countryCode","displayName":"Country Code","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.","schemaType":"STANDARD","type":"STRING","unique":false,"enabled":true,"required":false}],"schema":{"id":"6497b7af-99d1-4217-8a82-057fcc3b7401"}},{"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/schemas/6497b7af-99d1-4217-8a82-057fcc3b7401/attributes/7d88c948-ac57-43a4-b62d-9f0158b46e17"}},"id":"7d88c948-ac57-43a4-b62d-9f0158b46e17","environment":{"id":"abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"name":"externalId","displayName":"External ID","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. \"","schemaType":"STANDARD","type":"STRING","unique":false,"enabled":true,"multiValued":false,"required":false,"schema":{"id":"6497b7af-99d1-4217-8a82-057fcc3b7401"}},{"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/schemas/6497b7af-99d1-4217-8a82-057fcc3b7401/attributes/2d04751a-063c-4892-9414-2f478a73568f"}},"id":"2d04751a-063c-4892-9414-2f478a73568f","environment":{"id":"abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"name":"photo","displayName":"Photo","description":"The user's photo URL (optional)","schemaType":"STANDARD","type":"COMPLEX","unique":false,"enabled":true,"multiValued":false,"required":false,"subAttributes":[{"name":"href","displayName":"Photos Link","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.","schemaType":"STANDARD","type":"STRING","unique":false,"enabled":true,"required":true}],"schema":{"id":"6497b7af-99d1-4217-8a82-057fcc3b7401"}},{"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/schemas/6497b7af-99d1-4217-8a82-057fcc3b7401/attributes/a62979c5-51e2-4795-b1a8-93e69c581f10"}},"id":"a62979c5-51e2-4795-b1a8-93e69c581f10","environment":{"id":"abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"name":"memberOfGroupNames","displayName":"Group Names","description":"A read-only attribute that lists the names of groups that a user is a member of","schemaType":"CORE","type":"STRING","unique":false,"enabled":true,"multiValued":true,"required":false,"schema":{"id":"6497b7af-99d1-4217-8a82-057fcc3b7401"}},{"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/schemas/6497b7af-99d1-4217-8a82-057fcc3b7401/attributes/8791a93a-8b74-48b2-adcf-5fc7f685d451"}},"id":"8791a93a-8b74-48b2-adcf-5fc7f685d451","environment":{"id":"abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"name":"population","displayName":"Population","description":"The name of the population in which the user’s identity exists.","schemaType":"CORE","type":"COMPLEX","unique":false,"enabled":true,"multiValued":false,"required":false,"subAttributes":[{"name":"id","displayName":"Population ID","description":"The unique identifier for the population in which the user’s identity exists.","schemaType":"CORE","type":"STRING","unique":false,"enabled":true,"required":false}],"schema":{"id":"6497b7af-99d1-4217-8a82-057fcc3b7401"}},{"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/schemas/6497b7af-99d1-4217-8a82-057fcc3b7401/attributes/e7b05219-2fdf-40c1-b132-4363b67b42f4"}},"id":"e7b05219-2fdf-40c1-b132-4363b67b42f4","environment":{"id":"abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"name":"primaryPhone","displayName":"Primary Phone","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.","schemaType":"STANDARD","type":"STRING","unique":false,"enabled":true,"multiValued":false,"required":false,"schema":{"id":"6497b7af-99d1-4217-8a82-057fcc3b7401"}},{"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/schemas/6497b7af-99d1-4217-8a82-057fcc3b7401/attributes/11ad7722-3dcd-427a-9c20-f486de6710aa"}},"id":"11ad7722-3dcd-427a-9c20-f486de6710aa","environment":{"id":"abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"name":"accountId","displayName":"Account ID","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.","schemaType":"STANDARD","type":"STRING","unique":false,"enabled":true,"multiValued":false,"required":false,"schema":{"id":"6497b7af-99d1-4217-8a82-057fcc3b7401"}},{"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/schemas/6497b7af-99d1-4217-8a82-057fcc3b7401/attributes/2637f198-29a2-4354-9d57-a546d7f3168b"}},"id":"2637f198-29a2-4354-9d57-a546d7f3168b","environment":{"id":"abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"name":"mobilePhone","displayName":"Mobile Phone","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.","schemaType":"STANDARD","type":"STRING","unique":false,"enabled":true,"multiValued":false,"required":false,"schema":{"id":"6497b7af-99d1-4217-8a82-057fcc3b7401"}},{"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/schemas/6497b7af-99d1-4217-8a82-057fcc3b7401/attributes/998eccf5-e1f4-4781-aed0-1596eeda79fd"}},"id":"998eccf5-e1f4-4781-aed0-1596eeda79fd","environment":{"id":"abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"name":"name","displayName":"Name","description":"The user's name (optional)","schemaType":"STANDARD","type":"COMPLEX","unique":false,"enabled":true,"multiValued":false,"required":false,"subAttributes":[{"name":"formatted","displayName":"Formatted","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.","schemaType":"STANDARD","type":"STRING","unique":false,"enabled":true,"required":false},{"name":"given","displayName":"Given Name","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.","schemaType":"STANDARD","type":"STRING","unique":false,"enabled":true,"required":false},{"name":"middle","displayName":"Middle Name","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.","schemaType":"STANDARD","type":"STRING","unique":false,"enabled":true,"required":false},{"name":"family","displayName":"Family Name","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.","schemaType":"STANDARD","type":"STRING","unique":false,"enabled":true,"required":false},{"name":"honorificPrefix","displayName":"Honorific Prefix","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.","schemaType":"STANDARD","type":"STRING","unique":false,"enabled":true,"required":false},{"name":"honorificSuffix","displayName":"Honorific Suffix","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.","schemaType":"STANDARD","type":"STRING","unique":false,"enabled":true,"required":false}],"schema":{"id":"6497b7af-99d1-4217-8a82-057fcc3b7401"}},{"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/schemas/6497b7af-99d1-4217-8a82-057fcc3b7401/attributes/fb134323-1dc2-448a-9464-4477872ecb84"}},"id":"fb134323-1dc2-448a-9464-4477872ecb84","environment":{"id":"abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"name":"account","displayName":"Account","description":"A read-only attribute that contains information about the user's account","schemaType":"CORE","type":"COMPLEX","unique":false,"enabled":true,"multiValued":false,"required":false,"subAttributes":[{"name":"canAuthenticate","displayName":"Can Authenticate","description":"A read-only attribute that specifies whether the user can authenticate at this time.","schemaType":"CORE","type":"BOOLEAN","unique":false,"enabled":true,"required":false},{"name":"status","displayName":"Account Status","description":"A read-only attribute that specifies the status of the account.","schemaType":"CORE","type":"STRING","unique":false,"enabled":true,"required":false},{"name":"lockedAt","displayName":"Locked Time","description":"A read-only attribute that specifies the time at which the account was locked, if any.","schemaType":"CORE","type":"STRING","unique":false,"enabled":true,"required":false},{"name":"secondsUntilUnlock","displayName":"Seconds Until Unlock","description":"A read-only attribute that specifies the number of seconds remaining until the account will be unlocked.","schemaType":"CORE","type":"STRING","unique":false,"enabled":true,"required":false},{"name":"unlockAt","displayName":"Unlock Time","description":"A read-only attribute that specifies the time at which the account will be unlocked.","schemaType":"CORE","type":"STRING","unique":false,"enabled":true,"required":false}],"schema":{"id":"6497b7af-99d1-4217-8a82-057fcc3b7401"}},{"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/schemas/6497b7af-99d1-4217-8a82-057fcc3b7401/attributes/b10761a2-e5d9-4afc-9f53-a5a086d83341"}},"id":"b10761a2-e5d9-4afc-9f53-a5a086d83341","environment":{"id":"abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"name":"username","displayName":"Username","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.","schemaType":"CORE","type":"STRING","unique":true,"enabled":true,"multiValued":false,"required":true,"schema":{"id":"6497b7af-99d1-4217-8a82-057fcc3b7401"}}]},"count":29,"size":29}