{ "data": [ { "id": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "privileges": [ "ROLE_WORKSPACE_OWNER" ], "user": { "id": "<string>", "email": "jsmith@example.com", "name": "<string>", "picture": "<string>", "updatedAt": "2023-11-07T05:31:56Z", "createdAt": "2023-11-07T05:31:56Z", "emailVerified": true }, "userId": "<string>", "workspace": { "id": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "name": "<string>" }, "workspaceId": "<string>" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Show child attributes
Successful Response
The response is of type object.
object
Was this page helpful?