GET/spaces/api/v1/users.json
Get all spaces users.
Retrieves the space users from the entire installation.
Responses
- Code
- 200
- Type
- object
- Schema
- Description
- 200 OK
- Code
- 500
- Type
- object
- Schema
- Description
- 500 Internal Server Error
200 OK
User
{
"user": {
"LinkedCompany": {
"company": {
"id": 0,
"meta": {},
"type": "string"
}
},
"LinkedInstallation": {
"installation": {
"id": 0,
"meta": {},
"type": "string"
}
},
"avatar": "string",
"createdAt": "2024-12-05T12:31:07.261Z",
"createdBy": {
"id": 0,
"meta": {},
"type": "string"
},
"deletedAt": "2024-12-05T12:31:07.261Z",
"deletedBy": {
"id": 0,
"meta": {},
"type": "string"
},
"email": "string",
"firstname": "string",
"id": 0,
"isAdmin": true,
"isOnboarded": true,
"lastname": "string",
"preferences": {
"emailEnabled": true,
"showOnboardingHelp": true,
"welcomeTextEnabled": true
},
"state": "string",
"updatedAt": "2024-12-05T12:31:07.261Z",
"updatedBy": {
"id": 0,
"meta": {},
"type": "string"
},
"userType": "string"
}
}