Access Control - Invite User
Invites a user into the Azure Sphere common tenant.
POST https://prod.core.sphere.azure.net/v2/tenants/00000000-0000-0000-0000-000000000000/users/invite
Request Body
| Name | Type | Description |
|---|---|---|
| UserEmail |
string |
The email address of the user to invite. |
Responses
| Name | Type | Description |
|---|---|---|
| 200 OK |
Success. |
Definitions
| Name | Description |
|---|---|
|
Invite |
|
|
User |
InviteUserRequest
| Name | Type | Description |
|---|---|---|
| UserEmail |
string |
The email address of the user to invite. |
UserInvitationResponse
| Name | Type | Description |
|---|---|---|
| Status |
string |
The status of the invitation. |
| Url |
string |
The URL where the invitation can be redeemed. |