Kontorion Billing API
stringstringstring[]stringstring
string · required
List the active org's members
GET
https://api.kontorion.eu/v1
/members
Returns every active member with their email, status, and role-name list. Reads the SQL mirror (organization_members) for performance - the role chips column is rendered from this directly.
List the active org's members › Responses
OK
object[]
emailnamerolesstatusorganization_members.status: "active", "invited", ...
user_idUpdate a member's role assignments
PATCH
https://api.kontorion.eu/v1
/members/{id}/roles
Adds the user to each role group in assign and removes them from each in unassign. Bumps notBefore so the change reflects in their next refresh-token call. Refuses to remove the admin role from the last admin (422).
path Parameters
idUser UUID
Update a member's role assignments › Responses
Updated
No data returned