List User's Groups
Retrieve a user's groups in Box using their user ID.
Input
Field | Definition | Type | Required |
---|---|---|---|
User | |||
User ID | Unique identifier of the user. | String | TRUE |
Output
Field | Definition | Type |
---|---|---|
Groups (list) | ||
Group ID | Unique identifier of the group. | String |
Name |
Name of the group. |
String |
Type | Type of data returned. | String |
Group Type | Type of the group. | String |
Membership Object | ||
Group Membership ID | Unique identifier of the group membership. | String |
Type | Type of the group membership. | String |
Role | Role of the user in the group. | String |
Created At |
Date and time when the object was created. |
String |
Modified At | Date and time when the group membership was modified. | String |
User | ||
User ID | Unique identifier of the user. | String |
Name | Full name of the user. | String |
Login | Email address of the user. | String |
Type | Value is always user. | String |