CentralCSP
APIMembers

Get a member

Returns one member of the workspace with their role and profile.

Requires membership of the workspace.

GET
/v1/workspaces/{workspaceId}/members/{memberId}

Authorization

AuthorizationBearer <token>

An OpenID Connect access token issued by Keycloak, acting as the signed-in user.

In: header

Path Parameters

workspaceId*string
memberId*string

Response Body

application/json

curl -X GET "https://api-next.centralcsp.com/v1/workspaces/string/members/string"
{  "id": "string",  "workspaceId": "string",  "userId": "string",  "role": "admin",  "email": "string",  "firstName": "string",  "lastName": "string",  "picture": "string",  "createdAt": "2019-08-24T14:15:22Z",  "updatedAt": "2019-08-24T14:15:22Z"}