View and manage users in your organization
Users by id
GET
https://api.commonpaper.com
/v1/users/{id}
This endpoint returns the profile information of a specific user within your Common Paper accouunt based on their uuid. Returns the user's profile information, such as their name, email, and role.
path Parameters
idrequired
Headers
Authorizationstring · requiredThe
Authorizationheader is used to authenticate with the API using your API key. Value is of the formatBearer YOUR_KEY_HERE.