Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.06 KB

ScimUser.md

File metadata and controls

18 lines (13 loc) · 1.06 KB

EzmaxApi::Object::ScimUser

Load the model package

use EzmaxApi::Object::ScimUser;

Properties

Name Type Description Notes
id string [optional]
user_name 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.
display_name string [optional]
emails ARRAY[ScimEmail] [optional]

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