Users
Authorizations
X-Api-KeystringRequired
HIVO API Key
X-User-IdstringRequired
HIVO User ID
Query parameters
sortstring · enumOptionalDefault:
Sort key. Allowed values are name, -name, createdAt, -createdAt. Defaults to name.
namePossible values: limitinteger · min: 1 · max: 256OptionalDefault:
Maximum number of users to return (1–256). Defaults to 32.
32skipinteger · max: 65536OptionalDefault:
Number of users to skip (pagination) (0–65536). Defaults to 0.
0filter[id]string[]OptionalExample:
User ID filter. May be repeated and/or provided as a comma‑separated list. Max 512 IDs.
["2abc234abc234abc2"]filter[search]string · max: 256OptionalExample:
General search string (max 256 chars). Searches user name and email (case‑insensitive).
Janefilter[clientId]stringOptionalExample:
Admin‑only. Client ID to filter within (ObjectId).
7abc234abc234abc2Responses
200
OK
application/json
metaobjectRequired
400
Bad Request
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
429
Too Many Requests
application/json
500
Internal Server Error
application/json
get/v1/users
Authorizations
X-Api-KeystringRequired
HIVO API Key
X-User-IdstringRequired
HIVO User ID
Path parameters
userIdstringRequiredExample:
User ID
2abc234abc234abc2Query parameters
filter[clientId]stringOptionalExample:
Admin‑only. Client ID to filter within (ObjectId).
7abc234abc234abc2Responses
200
OK
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
404
Not Found
application/json
429
Too Many Requests
application/json
500
Internal Server Error
application/json
get/v1/users/{userId}
Last updated