Account
Create a new user account and send an email invite
put/account/users/invite
Request body
Example request
{
"first_name": "James",
"last_name": "Smith",
"email": "jsmith@example.com",
"client_admin": true,
"org_default_role": "admin",
"subject": "Welcome to Rumble",
"message": "You have been invited to the Rumble Network Discovery platform"
}Response
key details
Example response
{
"id": "e77602e0-3fb8-4734-aef9-fbc6fdcb0fa8",
"client_id": "e77602e0-3fb8-4734-aef9-fbc6fdcb0fa8",
"created_at": 1576300370,
"updated_at": 1576300370,
"first_name": "James",
"last_name": "Smith",
"email": "jsmith@example.com",
"client_admin": true,
"org_default_role": "admin",
"reset_token_expiration": 1576300370,
"invite_token_expiration": 1576300370,
"last_login_ip": "192.168.0.1",
"last_login_at": 1576300370,
"last_login_ua": "curl/1.0"
}