Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 966 Bytes

ScimUser.md

File metadata and controls

13 lines (9 loc) · 966 Bytes

ScimUser

Properties

Name Type Description Notes
id String [optional]
userName String A service provider's unique identifier for the user, typically used by the user to directly authenticate to the service provider. Often displayed to the user as their unique identifier within the system (as opposed to "id" or "externalId", which are generally opaque and not user-friendly identifiers). Each User MUST include a non-empty userName value. This identifier MUST be unique across the service provider's entire set of Users. This attribute is REQUIRED and is case insensitive.
displayName String [optional]
emails [ScimEmail] [optional]

[Back to Model list] [Back to API list] [Back to README]