Description
Add an user to an organization.
The current user must have administrator rights.
URL
https://api.skriv.com/v1/organization/addUser/orgId
Field | Type | Description |
---|---|---|
orgId | int | ID of the requested organization |
GET parameters
Field | Type | Description |
---|---|---|
string | Email address | |
admin | bool | true is the user has administrator rights on the organization, false otherwise |
roles | array | List of roles IDs (integers) |