update
abstract suspend fun update(parameters: Organization.UpdateOrganizationParameters): UpdateOrganizationResponse
Updates the Organization of the logged-in member. The member must have permission to call this endpoint via the project's RBAC policy & their role assignments. An Organization must always have at least one auth setting set to either RESTRICTED or ALL_ALLOWED in order to provision new Members.
Return
Parameters
parameters
the parameters required for updating an organization
abstract fun update(parameters: Organization.UpdateOrganizationParameters, callback: (UpdateOrganizationResponse) -> Unit)
Updates the Organization of the logged-in member. The member must have permission to call this endpoint via the project's RBAC policy & their role assignments. An Organization must always have at least one auth setting set to either RESTRICTED or ALL_ALLOWED in order to provision new Members.
Parameters
parameters
the parameters required for updating an organization
callback
a callback that receives an UpdateOrganizationResponse