Name | Type | Description | Notes |
---|---|---|---|
id | String | ID of the user. UUID Version 4. | |
String | Email address of the user. | ||
first_name | Option<String> | First name of the user. | [optional] |
last_name | Option<String> | Last name of the user. | [optional] |
phone | Option<String> | A phone number represented in whichever standards specified by the user, typically ###-###-#### (separated by hyphens). | [optional] |
avatar_url | Option<String> | The avatar image URL of a user. | [optional] |
relationship | Option<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] |
This repository has been archived by the owner on Feb 12, 2025. It is now read-only.