Edit organization member

PUT {{baseUrl}}/v1/organization/:organizationUid/member/:accountId

Edits organization member role for the provided organization. 1. 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"=>"owner"}

HEADERS

KeyDatatypeRequiredDescription
x-authstringAccount authorization key and token
Content-Typestring
Content-Typestring
Acceptstring

RESPONSES

status: OK

{}