Users
get
Authorizations
AuthorizationstringRequired
Pass a Service Account Key as the Bearer token to authenticate. e.g. 'sk:xxxxxxx'
Path parameters
portalIdstringRequired
Query parameters
afterstringOptional
limitnumberOptional
Responses
200Success
application/json
Responseall of
and
get
/v1/partner-portals/{portalId}/users200Success
get
Authorizations
AuthorizationstringRequired
Pass a Service Account Key as the Bearer token to authenticate. e.g. 'sk:xxxxxxx'
Path parameters
userIdstringRequired
portalIdstringRequired
Responses
200Success
application/json
get
/v1/partner-portals/{portalId}/users/{userId}200Success
post
Authorizations
AuthorizationstringRequired
Pass a Service Account Key as the Bearer token to authenticate. e.g. 'sk:xxxxxxx'
Path parameters
portalIdstringRequired
Body
first_namestringRequired
last_namestringRequired
emailstringRequired
passwordstringOptional
When set, this will be the password of the User that he/she can use at the first connection.
rolesstring[]Required
Contains the list of Role Ids that should be granted to this Portal User
localestringOptionalDefault:
User locale, used for time and numbers formatting.
en_USResponses
200Success
application/json
post
/v1/partner-portals/{portalId}/users200Success
delete
Authorizations
AuthorizationstringRequired
Pass a Service Account Key as the Bearer token to authenticate. e.g. 'sk:xxxxxxx'
Path parameters
userIdstringRequired
portalIdstringRequired
Responses
200Success
application/json
delete
/v1/partner-portals/{portalId}/users/{userId}200Success
Last updated
Was this helpful?