We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
user should be able to create an account on the boiler plate
{ "first_name": "string", "last_name": "string", "email": "[email protected]", "password": ",1UhBh]OZ" }
sucessful response
{ "message": "string", "data": { "user": { "id": "string", "first_name": "string", "last_name": "string", "avatar_url": "string", "email": "string", "created_at": "2024-08-22T10:13:37.632Z", "is_superadmin": true }, "organisations": [ { "organisation_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "name": "string", "role": "string", "is_owner": true } ] }, "access_token": "string", "status_code": 0 }
csharp docs
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
user should be able to create an account on the boiler plate
requirement
acceptance criteria
request body
response body
sucessful response
reference link
csharp docs
The text was updated successfully, but these errors were encountered: