Users

User related APIs

Perform Bulk User Actions

post
Authorizations
API-KEYstringRequired

Your API key for authentication

Header parameters
AGENT-EMAILstringOptional

Optional: Email of the agent to use for this request

USER-EMAILstringOptional

Optional: Email address to associate with the user

OWN-USER-IDstringOptional

Optional: User ID to identify or create a user

Body
actionstring · enumRequiredPossible values:
Responses
200

OK

application/json
post
/webapi/v2/users/bulk
200

OK

Get User

get
Authorizations
API-KEYstringRequired

Your API key for authentication

Path parameters
own_user_idstringRequired
Header parameters
AGENT-EMAILstringOptional

Optional: Email of the agent to use for this request

USER-EMAILstringOptional

Optional: Email address to associate with the user

OWN-USER-IDstringOptional

Optional: User ID to identify or create a user

Responses
200

OK

application/json
get
/webapi/v2/user/{own_user_id}
200

OK

Last updated

Was this helpful?