Admin APIs
portal-users

Provision a new portal user

post/api/v1/admin/portal-users

Request body

first_namestring required
last_namestring required
emailstring required
notesstring nullable

Response

Successful Response

idstring uuid required
okta_user_idstring required
first_namestring required
last_namestring required
emailstring required
is_activeboolean required
notesstring nullable required
okta_statusstring
activation_urlstring nullable
okta_user_already_existedboolean

Changes