Skip to content
This repository has been archived by the owner on Feb 12, 2025. It is now read-only.

Latest commit

 

History

History
16 lines (12 loc) · 948 Bytes

User.md

File metadata and controls

16 lines (12 loc) · 948 Bytes

User

Properties

Name Type Description Notes
id UUID ID of the user. UUID Version 4.
email String Email address of the user.
firstName String First name of the user. [optional]
lastName String Last name of the user. [optional]
phone String A phone number represented in whichever standards specified by the user, typically ###-###-#### (separated by hyphens). [optional]
avatarUrl String The avatar image URL of a user. [optional]
relationship String Describes user's relationship (access level) to a specified group. Only returned if this resource is returned as a sub-resource of a group. [optional]

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