Find or create user
POST/user
Finds an application user by email address. If the user does not already exist, a new user is created and returned.
Request
Responses
- 200
- 400
- 401
- 404
- 422
- 500
Found The users of an app if an app is found
Bad Request The minimum header and parameter requirement for this request has not been met.
Unauthorised The minimum authorisation for the request has been met.
Not Found The requested entity could not be found.
Unprocessable Entity The request failed validation.
Service Unavailable The request failed validation.