Gerri API
string · uuid · requiredstring · required
Users
Endpoints for listing members of the current organization.
List users
GET
https://api.gerri.commonpaper.com
/v1/organizations/{organization_id}/users
Lists all members of the current organization, newest first. Use this to pick a reviewer_id when creating or updating playbook rules.
path Parameters
organization_idOrganization id
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
Users for the organization
UserResource[] · required