Skip to main content
POST
/
api
/
export
/
users
Download org users
curl --request POST \
  --url https://api2.rhombussystems.com/api/export/users \
  --header 'Content-Type: application/json' \
  --header 'x-auth-apikey: <api-key>' \
  --header 'x-auth-scheme: <x-auth-scheme>' \
  --data '
{
  "userUuids": [
    "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 exporting user information to CSV format.

userUuids
(string<RUUID> | null)[] | null

List of user UUIDs to export information for

base 64 (url-safe) uuid string

Example:

"AAAAAAAAAAAAAAAAAAAAAA"

Response

200 - text/csv; charset=UTF-8
object | null

OK

The response is of type object.