PUT /admin/users/{user_id}/identities/{identity_id}/set-primary
Set a user's identity as the primary login identity
Account Management `bearerAuth` application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
user_id |
path |
string |
Yes |
|
|
|
User ID |
identity_id |
path |
string |
Yes |
|
|
|
Identity ID |
Referenced Schemas
dto.SimpleResponseWrapper
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
message |
string |
No |
|
|
|