v1
latestOpenAPI 3.0.22026-07-24154101.1 MBUsers
Retrieve User Contact
get/v2/company/{company_id}/contacts/{identifier}
Path parameters
company_idinteger required
Company ID
identifierstring int64 required
User ID. Accepted values are 7shifts user id or punch id. Use prefix punch: for punch id
Headers
x-api-versionstring
An API version
Example:2022-05-01
7shifts API version
x-company-guidstring uuid
Company GUID
Response
The Contact's data
Example response
{
"data": {
"photo": "762fd6fa78d97b0f3f62b9fa4_470.jpg"
}
}