API Documentation
stringstringstring · required
string · uuid · requiredstring · required
View and manage users in your organization
List Users
GET
https://api.commonpaper.com
/v1/users
This endpoint returns a list of all users within your Common Paper organization.
query Parameters
filter[email_eq]Filter users by exact email address.
filter[email_cont]Filter users where the email contains the given value.
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
List Users › Responses
OK
Get User
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
idThe UUID of the resource.
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
Get User › Responses
OK