Luxor PlatformAPI DocumentationWorkspaces

Get member

Returns a summary of a specific member associated to a Workspace.

GET
/v2/workspace/members/{member_id}

Authorization

LuxorAPIKey
authorization<token>

Use your API key here.

In: header

Path Parameters

member_id*string
Formatuuid

Response Body

application/json

application/json

curl -X GET "https://example.com/v2/workspace/members/36c414cb-b01a-4d0c-b276-1d41b955950f"
{  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",  "email": "[email protected]",  "first_name": "John",  "last_name": "Smith",  "url": "/v2/workspace/members/123e4567-e89b-12d3-a456-426614174000"}
{  "statusCode": 400,  "code": "FST_ERR_VALIDATION",  "error": "Bad Request",  "message": "body/end_date Required"}