Skip to main content

Identity_UpdateUserSettings

Identity_UpdateUserSettings

Path Parameters
  • user string required

    The user id.

Request Body required
  • settings object required
    • name string

      The resource name of the user.

    • profileVisibility enum

      Possible values: [VISIBILITY_UNSPECIFIED, PUBLIC, PRIVATE]

      A private user will only have the username, discriminator, profile image and banner image public.

    • showExplicitContent boolean

      Whether the user choose to see explicit content during navigation.

    • enableDeveloperMode boolean

      Whether the user has enabled the developer mode.

  • 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 user.

  • profileVisibility enum

    Possible values: [VISIBILITY_UNSPECIFIED, PUBLIC, PRIVATE]

    A private user will only have the username, discriminator, profile image and banner image public.

  • showExplicitContent boolean

    Whether the user choose to see explicit content during navigation.

  • enableDeveloperMode boolean

    Whether the user has enabled the developer mode.