Skip to main content
POST
Create a refresh request

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

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
requesting_tenant_id
string
required
reason_code
string | null
Example:

"annual_review"

message
string | null
requested_paths
string[] | null

JSON Pointer paths to specific attributes being requested.

Example:

Response

Refresh request created.

refresh_request
object