Need to see if your shared folder is taking up space on your dropbox 👨💻? Find out how to check here.
Forum Discussion
paradoxIn
4 years agoExplorer | Level 4
Is there any developer doc link to know the all the fields available for dropbox user and group
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 objec...
- 4 years ago
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:
- https://www.dropbox.com/developers/documentation/http/teams#team-members-get_info
- https://www.dropbox.com/developers/documentation/http/teams#team-members-list
- https://www.dropbox.com/developers/documentation/http/teams#team-members-list-continue
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.
Greg-DB
Dropbox Community Moderator
4 years agoYou 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:
- https://www.dropbox.com/developers/documentation/http/teams#team-members-get_info
- https://www.dropbox.com/developers/documentation/http/teams#team-members-list
- https://www.dropbox.com/developers/documentation/http/teams#team-members-list-continue
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.
About Discuss Dropbox Developer & API
Make connections with other developers
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X, Facebook or Instagram.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!