Get User

Returns a list of all user profiles the current user has access to; returns a single user profile by id

📘

Get All Users

Any user can invoke a GET USER call, which will return all users within their scope--that is, all users with whom they share at least one project.
Only users with account-level role of ADMINISTRATOR will transcend this limitation and retrieve all users, regardless of project assignment.

Users are at the core of all MediaSilo applications. In addition to containing a user's name, address and contact information, the User object contains an array of Roles that enable a user to perform certain tasks within the scope of an Account or Project, and an array of Tags that can be used to group, sort and filter user lists.

Language
Credentials
:
Click Try It! to start a request and see the response here!