Skip to content
Endless Documentation

Get Member

GET
/organizations/{organization_id}/members/{user_id}

Authorization

bearerAuth
AuthorizationBearer <token>

JWT token from authentication

In: header

Path Parameters

organization_id*string
Length1 <= length
user_id*string
Length1 <= length

Response Body

application/json

curl -X GET "https://example.com/organizations/org_abc123/members/user_abc123"
{  "id": "string",  "user_id": "string",  "role": "org:admin",  "spending_limit": 0,  "allocated_credits": 0,  "created_at": "2019-08-24T14:15:22Z",  "user": {    "id": "string",    "first_name": "string",    "last_name": "string",    "email": "string",    "image_url": "string"  },  "team_ids": [    "string"  ]}