Get company members

GET {{baseUrl}}/v1/company/:companyUid/member

Gets all company members for given company 1. We use different authentication in the x-auth header for /company/:companyUid/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.

HEADERS

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

RESPONSES

status: OK

[{"id":"\u003cnumber\u003e","username":"\u003cstring\u003e","email":"\u003cstring\u003e","firstname":"\u003cstring\u003e","lastname":"\u003cstring\u003e","role":"\u003cstring\u003e","assignedAt":"\u003cdateTime\u003e"},{"id":"\u003cnumber\u003e","username":"\u003cstring\u003e","email":"\u003cstring\u003e","firstname":"\u003cstring\u003e","lastname":"\u003cstring\u003e","role":"\u003cstring\u003e","assignedAt":"\u003cdateTime\u003e"}]