AuthorizationPostRequest: AuthorizationUpdateRequest & {
    orgID?: string;
    permissions?: Permission[];
    userID?: string;
}

Type declaration

  • OptionalorgID?: string

    The ID of the organization that owns the authorization.

  • Optionalpermissions?: Permission[]

    A list of permissions for an authorization. An authorization must have at least one permission.

  • OptionaluserID?: string

    The ID of the user that the authorization is scoped to.

MMNEPVFCICPMFPCPTTAAATR