Get User's Group Membership
Retrieve a user's group membership in Box using their membership ID.
Input
Field | Definition | Type | Required |
---|---|---|---|
Group Membership ID | |||
Group Membership ID | Unique identifier of the group membership. | String | TRUE |
Output
Field | Definition | Type |
---|---|---|
Group Membership ID | Unique identifier of the group membership. | String |
Type | Type of data returned. | String |
Role | Role of the user in the group. | String |
Configurable Permissions | ||
Can Create Accounts | If true, the user can create accounts | Boolean |
Can Edit Accounts | If true, the user can edit accounts. | Boolean |
Can Instant Login | If true, the user can login instantly. | Boolean |
Can Run Reports | If true, the user can run reports. | Boolean |
Created At |
Date and time when the object was created. |
String |
Modified At | Date and time when the group membership was modified. | String |
Group | ||
Group ID | Unique identifier of the group. | String |
Name |
Name of the group. |
String |
Type | Value is always group. | String |
Group Type | Type of the group. | 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 |