Ana içeriğe geç
Versiyon: 1.0.7

Users API

Manage organization users.

List Users

GET /v1/users

Get User

GET /v1/users/:id

Invite User

POST /v1/users/invite
Content-Type: application/json

{
"email": "[email protected]",
"role": "tester"
}

Update User

PUT /v1/users/:id

Remove User

DELETE /v1/users/:id