Add organization member
POST {{baseUrl}}/v1/organization/:organizationUid/member
Adds a new organization member for the provided organization. If the email does not exist, invitation email is sent.
- We use different authentication in the x-auth header for
/organization/:organizationUid/member
endpoints, which consists of USER TOKEN_ID and TOKEN_SECRET(separated by “:”). You can find both on the Settings page (https://box.signageos.io/settings) in SignageOS Box. Learn more here.
Request Body
{"role"=>"guest", "email"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-auth | string | Account authorization key and token | |
Content-Type | string | ||
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{}