cURL
curl --request GET \ --url http://localhost:8000/api/v1/user
{ "userId": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "firstname": "<string>", "lastname": "<string>", "email": "<string>", "Workspace": [ { "workspaceId": "<string>", "slug": "<string>", "userId": "<string>", "initialSetupComplete": true, "anonymousDataCollection": true, "deleted": "2023-11-07T05:31:56Z" } ] }
Show child attributes