Add a new user to an organization
cURL
curl --request POST \ --url https://api.fluxend.app/organizations/{organizationUUID}/users \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --data '{ "user_id": "<string>" }'
{ "content": { "bio": "<string>", "createdAt": "<string>", "email": "<string>", "organizationUuid": "<string>", "roleId": 123, "status": "<string>", "updatedAt": "<string>", "username": "<string>", "uuid": "<string>" }, "errors": [ "<string>" ], "metadata": "<any>", "success": true }
Bearer Token
Organization ID
User ID JSON
The body is of type object.
object
User created
The response is of type object.