Create a new user profile
POST/api/v1/users/profile
Create a new user profile with Auth0 user information
Responses
- 201
- 400
- 401
- 403
- 404
- 409
- 422
- 429
- 500
User profile created successfully
Invalid request parameters
Missing or invalid authorization token
User does not have permission to create profile
User not found in Auth0
User profile already exists
Invalid user data
Rate limit exceeded
Internal server error