Retrieve a user’s groups in Box using their user ID.

Required fields are indicated in red.

Input

User

  • User ID (text): Unique identifier of the user.

Output

Results

  • Groups (list)
    • Group ID (text): Unique identifier of the group.
    • Name (text): The name of the group.
    • Type (text): The value is always group.
    • Group Type (text): Type of the group.
    • Membership Object
    • Group Membership ID (text): Unique identifier of the group membership.
    • Type (text): Type of the group membership.
    • Role (text): Role of the user in the group.
    • Created At (text): When the group membership was created.
    • Modified At (text): When the group membership was modified.
    • User
    • User ID (text): unique identifier of the user
    • Name (text): full name of the user
    • Login (text): email address of the user
    • Type (text): The value is always user.