Skip to main content
POST
/
api
/
user
/
assignEmailToUser
Assign email to user
curl --request POST \
  --url https://api2.rhombussystems.com/api/user/assignEmailToUser \
  --header 'Content-Type: application/json' \
  --header 'x-auth-apikey: <api-key>' \
  --header 'x-auth-scheme: <x-auth-scheme>' \
  --data '
{
  "emailToAssign": "[email protected]",
  "userUuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
'
{}

Authorizations

x-auth-apikey
string
header
required

Your API key for Rhombus.

Headers

x-auth-scheme
string
default:api-token
required

Authentication scheme indicator ("api-token").

Required string length: 9

Body

application/json

Request object for assigning an email to a user.

emailToAssign
string | null

Email address to assign to the user

userUuid
string<RUUID> | null

base 64 (url-safe) uuid string

Example:

"AAAAAAAAAAAAAAAAAAAAAA"

Response

200 - application/json

OK

Response object for assigning an email to a user.