4b3471151a8b
latestOpenAPI 3.1.02026-08-1084336455.2 KBUsers
Invite User
Authorization scope: user:edit
Invite new user 1. Create new user with temp password 2. Send email with redirect url that includes the password inside the token
post/v1/accounts/{account_id}/users/invite_user
Path parameters
account_idstring required
Request body
Example request
{
"environments": {
"6271166896834700109da341": {
"role": "developer"
},
"6271166896834700109da342": {
"role": "connection_viewer"
}
},
"allow_login_password": true,
"allow_login_google": true,
"allow_login_sso": true,
"is_re_invite": true
}Response
Successful Response