Fetching IDs

myfolder_id : Unique ID that represents a team member's my folders. A myfolder_id is created when a user is added to a WorkDrive team.

team_member_id : Unique ID that represents the team member. The team_member_id is created when a user becomes part of a team.


Get Current User's My Folders ID

You should call the following three APIs consecutively to get myfolder_id of the current user.

Step 1: Get a list of all teams the current user belongs to using the Get All Teams of User API.

Step 2: Get the team_member_id of the current user using the Get Current Team Member API.

Step 3: Now, you can get the myfolder_id of the team member of a specified team using the Get My Folders Id API.