Get Single
Retrieve information for a single user
Get Single User
GET
https://{{account_id}}.acquire.io/api/v1/account/user/{{userId}}
Retrieve information for a single user. A userId
must be passed in to the endpoint as a path parameter.
Path Parameters
Name | Type | Description |
---|---|---|
userId | integer | ID of the user |
Query Parameters
Name | Type | Description |
---|---|---|
select | array | Specify which fields you'd like in the response |
relations | string | Specify the relations with other entities |
Headers
Name | Type | Description |
---|---|---|
Authorization | string | Bearer {{API_KEY}} |
Last updated