Skip to main content
POST
Propose an identity state update

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
subject_id
string
required
subject_type
enum<string>
required
Available options:
individual,
organization
base_snapshot_version
integer
required

The version this patch is based on. Must be the current latest.

patch_ops
object[]
required

RFC 6902 JSON Patch operations. Only add, replace, and remove are supported.

Response

Update proposal created.

update_id
string<uuid>
subject_type
string
subject_id
string
base_snapshot_version
integer
status
enum<string>
Available options:
proposed
created_at
string<date-time>