Skip to main content
POST
Create a tenant_owner role transfer offer

Authorizations

Authorization
string
header
required

Firebase Auth JWT issued by Google Identity Platform. Obtain a token by signing in at your app domain and calling firebase.auth().currentUser.getIdToken().

Path Parameters

tenant_id
string
required

Tenant identifier.

subject_type
enum<string>
required

Subject type discriminator.

Available options:
individual,
organization
subject_id
string
required

Stable subject identifier within its type namespace.

Body

application/json
to_principal_id
string
required

Principal ID of the intended recipient.

expires_at
string<date-time> | null

Response

Transfer offer created.

offer
object