cURL
curl --request POST \ --url https://api.lucidtech.ai/{basePath}/users \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: <content-type>' \ --data ' { "email": "<string>", "metadata": {}, "roleIds": [ "<string>" ], "name": "<string>", "description": "<string>", "appClientId": "<string>" } '
{ "updatedTime": "<string>", "metadata": {}, "updatedBy": "<string>", "createdBy": "<string>", "name": "<string>", "createdTime": "<string>", "description": "<string>", "userId": "<string>", "roleIds": [ "<string>" ], "profileId": "<string>", "status": "inactive" }
Create User
The access token received from the authorization server in the OAuth 2.0 flow.
4096
200 response
inactive
active
invite_pending