cURL
curl --request POST \ --url https://api.example.com/api/v1/system/users/ \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "password": "<string>", "email": "jsmith@example.com", "phone_number": "<string>", "role_ids": [ "3c90c3cc-0d44-4b50-8888-8dd25736052a" ], "teacher_profile": {} } '
{ "email": "jsmith@example.com", "client": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "phone_number": "<string>" }
Manage Users with NO school binding (Global Staff).
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
School (tenant) identifier. Must match your account unless you have platform-wide access.
1 - 128
254
20
Show child attributes