Get Member
Authorization
bearerAuth AuthorizationBearer <token>
JWT token from authentication
In: header
Path Parameters
organization_id*string
Length
1 <= lengthuser_id*string
Length
1 <= lengthResponse 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" ]}