Skip to main content

Identity_UpdateGroup

Identity_UpdateGroup

Path Parameters
  • group string required

    The group id.

Request Body required
  • group object required
    • name string

      The resource name of the group.

    • members string[]

      The list of members of the group. Groups might include other groups.

    • etag bytes

      An etag for concurrency control, ignored during creation.

  • updateMask field-mask

    The field mask to determine which fields are to be updated. If empty, the server will assume all fields are to be updated.

Responses

OK

Schema
  • name string

    The resource name of the group.

  • members string[]

    The list of members of the group. Groups might include other groups.

  • etag bytes

    An etag for concurrency control, ignored during creation.