generated from edwinhern/express-typescript
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
/api/v1/workspaces/{id}/users
http://localhost:3000/api/v1/workspaces/23/users?page=1&limit=1
Response body
{
"data": [
{
"id": 1,
"firstName": "Super",
"lastName": "Admin",
"role": {
"id": 1,
"name": "Admin",
"__entity": "RoleEntity"
},
"status": {
"id": 1,
"name": "Active",
"__entity": "StatusEntity"
},
"createdAt": "2024-04-25T16:34:06.092Z",
"updatedAt": "2024-04-25T16:34:06.092Z",
"deletedAt": null
}
],
"hasNextPage": true
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels