TenantEmailRegistration

Activates the tenant and email combination using the activation code received.

Activates the email registration for current tenant

post/activateEmail

Query parameters

api-versionstring required

The api version to use.

Headers

repeatability-request-idstring

If specified, the client directs that the request is repeatable; that is, that the client can make the request multiple times with the same Repeatability-Request-Id and get back an appropriate response without the server executing the request multiple times. The value of the Repeatability-Request-Id is an opaque string representing a client-generated, globally unique for all time, identifier for the request. It is recommended to use version 4 (random) UUIDs.

Request body

idstring

The resource id of the resource.

namestring

Name of the resource.

typestring

Type of the resource.

Response

Success

idstring

The resource id of the resource.

namestring

Name of the resource.

typestring

Type of the resource.

Changes