API ReferencePlatform
Back to PlatformGET /company-members/{id}
GET operation for /company-members/{id}
Authorization
ApiKeyAuth Authorization<token>
API key authentication. Format: Your API key (no "Token" prefix needed)
In: header
Path Parameters
id*string
Response Body
application/json
curl -X GET "https://dev-rest.onboard.io/company-members/string"{
"id": 1,
"first_name": "string",
"last_name": "string",
"email": "[email protected]",
"avatar": "string",
"name": "string",
"profile": "string",
"created_at": "2021-01-01T00:00:00Z",
"invited_at": "2021-01-01T00:00:00Z",
"status": "active",
"external_id": "string",
"role": "string",
"last_login": "string",
"onboardee_company": "string"
}Empty
Empty
Empty
How is this guide?