Adds a User to an Application with a Role
POST {{baseUrl}}/orgs/:orgId/apps/:appId/users
Request Body
{"id"=>"61048226-642c-438e-974f-ce5c013d94f8", "role"=>"manager"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"role":"manager","user":"61048226-642c-438e-974f-ce5c013d94f8","email":"jo.trigg@awesomecorp.com","invite":"accepted","name":"Jo Trigg"}