Spawn User
POST/api/users/spawnuser
Tier: Internal — subject to change without notice.
Attaches a new login to an existing person.
Logs a UserCreated authentication event on success.
Request
Responses
- 200
- 400
- 401
- 403
The created user, merged with its person detail. See User.UserDetailDto.
Unknown PersonId — InvalidReference/"PersonId"; or blank/duplicate Username/no Email — InvalidOperation.
Caller is not authenticated.
Caller does not have Create permission on the User module.