cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Want to learn about updates that we've made to the Search experience on the Android and iOS apps?Well, you can learn from Luke on the Mobile App team right here.

Discuss Dropbox Developer & API

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
1
Ask
2
Comments

Re: Is there any developer doc link to know the all the fields available for dropbox user and group

Is there any developer doc link to know the all the fields available for dropbox user and group

paradoxIn
Explorer | Level 4

Hi all,

   Is there any developer guide that list all the fields, that is used to construct a user entity and group entity in dropbox. Here entity I have mentioned refers user Object and group object. 

Thanks & Regards

ParadoxIn

1 Accepted Solution

Accepted Solutions

Re: Is there any developer doc link to know the all the fields available for dropbox user and group

Greg-DB
Dropboxer

You can find the documentation for the Dropbox API, including all of the request and response objects/fields, here: https://www.dropbox.com/developers/documentation/http/documentation

 

For example, the "returns" section of the /2/users/get_current_account documentation shows all of the fields returned when requesting the information for the connected account:

Likewise, the /2/team/members/get_info_v2, /2/team/members/list_v2, and /2/team/members/list/continue_v2 documentation has return information about the types and fields returned about team members for the connected team:

And similarly, the /2/team/groups/get_info endpoint documentation covers information about groups:

 

These are just a few examples of course, so be sure to review the rest of the documentation there for whatever other particular functionality you're interested in.

View solution in original post

1 Reply 1

Re: Is there any developer doc link to know the all the fields available for dropbox user and group

Greg-DB
Dropboxer

You can find the documentation for the Dropbox API, including all of the request and response objects/fields, here: https://www.dropbox.com/developers/documentation/http/documentation

 

For example, the "returns" section of the /2/users/get_current_account documentation shows all of the fields returned when requesting the information for the connected account:

Likewise, the /2/team/members/get_info_v2, /2/team/members/list_v2, and /2/team/members/list/continue_v2 documentation has return information about the types and fields returned about team members for the connected team:

And similarly, the /2/team/groups/get_info endpoint documentation covers information about groups:

 

These are just a few examples of course, so be sure to review the rest of the documentation there for whatever other particular functionality you're interested in.

Need more support?