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
chevron-right
200Success
application/json
and
get
/v1/partner-portals/{portalId}/users
200Success
get
Authorizations
AuthorizationstringRequired

Pass a Service Account Key as the Bearer token to authenticate. e.g. 'sk:xxxxxxx'

Path parameters
userIdstringRequired
portalIdstringRequired
Responses
chevron-right
200Success
application/json
idstringRequired

Unique ID for the Portal User.

first_namestringRequired

First name of the User.

last_namestringRequired

Last name of the User.

emailstringRequired

Email of the User.

last_logged_atstringRequired

Last login date and time of the user (ISO 8601 format)

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

localestringOptional

User locale, used for time and numbers formatting.

Default: en_US
Responses
chevron-right
200Success
application/json
idstringRequired

Unique ID for the Portal User.

first_namestringRequired

First name of the User.

last_namestringRequired

Last name of the User.

emailstringRequired

Email of the User.

last_logged_atstringRequired

Last login date and time of the user (ISO 8601 format)

post
/v1/partner-portals/{portalId}/users
200Success
delete
Authorizations
AuthorizationstringRequired

Pass a Service Account Key as the Bearer token to authenticate. e.g. 'sk:xxxxxxx'

Path parameters
userIdstringRequired
portalIdstringRequired
Responses
chevron-right
200Success
application/json
idstringRequired
isDeletedbooleanRequired
delete
/v1/partner-portals/{portalId}/users/{userId}
200Success

Last updated