/users

GET {{base-api-url}}/users

HEADERS

KeyDatatypeRequiredDescription
AuthorizationstringThis value is a secret and needs to be replaced by your API Key (Bearer).
Content-TypestringThis header specifies the format of the exchanges in JSON.

RESPONSES

status: OK

[{"id":"/users/XXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX","firstname":"John","lastname":"Doe","email":"john.doe@yousign.fr","title":"Developer","phone":"+33612345678","status":"activated","organization":"/organizations/XXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX","workspaces":[{"id":"/workspaces/XXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX","name":"Acme"}],"permission":"ROLE_ADMIN","group":{"id":"/user_groups/XXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX","name":"Administrateur","permissions":["procedure_write","procedure_template_write","procedure_create_from_template","contact","sign","organization","user","api_key","procedure_custom_field","signature_ui","certificate","archive"]},"createdAt":"2018-12-01T09:42:25+01:00","updatedAt":"2018-12-01T09:42:25+01:00","deleted":false,"deletedAt":null,"config":[],"inweboUserRequest":null,"samlNameId":null,"defaultSignImage":null,"notifications":{"procedure":true},"fastSign":false,"fullName":"John Doe"}]