Gets an item from the ApiSdk.v2.databases.item.users.item collection
The name of the database user.
To list all of the users for your database cluster, send a GET request to/v2/databases/$DATABASE_ID/users.Note: User management is not supported for Caching or Valkey clusters.The result will be a JSON object with a users key. This will be set to an arrayof database user objects, each of which will contain the standard database user attributes.User passwords will not show without the database:view_credentials scope.For MySQL clusters, additional options will be contained in the mysql_settings object.For MongoDB clusters, additional information will be contained in the mongo_user_settings object
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To add a new database user, send a POST request to /v2/databases/$DATABASE_ID/userswith the desired username.Note: User management is not supported for Caching or Valkey clusters.When adding a user to a MySQL cluster, additional options can be configured in themysql_settings object.When adding a user to a Kafka cluster, additional options can be configured inthe settings object. When adding a user to a MongoDB cluster, additional options can be configured inthe settings.mongo_user_settings object.The response will be a JSON object with a key called user. The value of this will be anobject that contains the standard attributes associated with a database user includingits randomly generated password.
The request body
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To list all of the users for your database cluster, send a GET request to/v2/databases/$DATABASE_ID/users.Note: User management is not supported for Caching or Valkey clusters.The result will be a JSON object with a users key. This will be set to an arrayof database user objects, each of which will contain the standard database user attributes.User passwords will not show without the database:view_credentials scope.For MySQL clusters, additional options will be contained in the mysql_settings object.For MongoDB clusters, additional information will be contained in the mongo_user_settings object
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To add a new database user, send a POST request to /v2/databases/$DATABASE_ID/userswith the desired username.Note: User management is not supported for Caching or Valkey clusters.When adding a user to a MySQL cluster, additional options can be configured in themysql_settings object.When adding a user to a Kafka cluster, additional options can be configured inthe settings object. When adding a user to a MongoDB cluster, additional options can be configured inthe settings.mongo_user_settings object.The response will be a JSON object with a key called user. The value of this will be anobject that contains the standard attributes associated with a database user includingits randomly generated password.
The request body
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
Builds and executes requests for operations under /v2/databases/{database_cluster_uuid}/users