id
| string | Tremendous' identifier for the connected organization member. |
external_name
| string | The name associated with the user in your systems. |
external_email
| string email | The email associated with the user in your systems. |
created_at
| string date-time | Timestamp of when the connected organization member was created. |
connected_organization_id
| string | Tremendous' identifier for the connected organization. |
member
| object | Associated member. null until the registration flow for the connected organization has been completed. |
|
Show object properties
| Property |
Type |
Description |
id
| string | |
email
| string email | Email address of the member |
name
| string | Full name of the member |
active
| boolean | Is this member currently active in the organization. If false, the member will not be able to access the organization. |
role
| string | The role ID associated with the member within the organization. |
status
| string | Current status of the member's account. When creating a member it starts out in the status INVITED. As soon as that member open the invitation link and registers an account, the status switches to REGISTERED. |
created_at
| string date-time | Timestamp when this member was created. The created_at timestamp is NOT returned when retrieving a member (but is part of the response when listing or creating members). |
last_login_at
| string date-time | Timestamp when this member most recently logged into the dashboard of the organization associated with this API key. |
|