Docs

Update User

Updates an existing user in Raisely.

PUT

Query

Field selectionChoose which fields should be included in the response. Learn more
string

Comma-separated response fields to include.

Body

Arguments
stringrequired

The `uuid` of the record

object
Uncommon arguments
string

Line 1 of an address Example: `31 Sunset Boulevard`

string

Line 2 of an address Example: `Unit 31b`

object

Object containing settings for admin users

string

The country of the user Examples: `AU`, `GB`, `US`

string

The user's email address. Raisely uses this as a unique identifier and will deduplicate on email. Example: `[email protected]`

string

The first name of the user Example: `Leila`

string

The full name of the user Example: `Leila Norma de Lima`

boolean

Will be true if this user logs in via organisation SAML login Examples: `true`, `false`

string

The language the user last interacted in

string

The last name of the user Example: `de Lima`

string

Phone number of the user Example: `+1 123-456-7890`

string

URL of the user's photo Example: `https://raisely-images.imgix.net/www/uploads/t-03-arl-8-es-uhhqua-4-pr-f-4865431-df-58-512-png-08e3f5.png`

string

Postal code of the user Examples: `AAA BBBB`, `0000`, `AAA BBB`

string

The name that the user prefers to be called Example: `Norma`

object

Private values for this record Example: `{ "fieldA": "one", "fieldB": "yes" }`

object

Public values for this record Example: `{ "fieldA": "one", "fieldB": "yes" }`

string

The state/province of the user Examples: `Victoria`, `New York`, `British Columbia`

string

The suburb/city of the user Examples: `Melbourne`, `Albany`, `Vancouver`

string

Date of expiry of donor authorisation for SwiftAid

boolean

If passed, replace the existing `public` and `private` values on the record with the values provided with this payload

Every app you connect,one REST pattern

Call any app with one REST pattern. MindCloud handles each provider's auth, request shape, and responses for you.

Learn what the Universal API is
One REST patternUse the same request structure across apps like Slack, HubSpot, Salesforce, and thousands more.
Managed connectionsSend a MindCloud connection ID instead of handling provider tokens, refresh logic, and credential storage yourself.
Action-level docsEach action page shows the exact endpoint, required arguments, optional controls, and response behavior for that app version.