API for assigning a secret key to a user so that they can use the object store. Assigning a secret key to a user creates an object user record.
| Resource | Description |
| GET /object/user-secret-keys/{uid} | Gets all secret keys for the specified user |
| GET /object/user-secret-keys/{uid}/{namespace} | Gets all secret keys for the specified user and namespace |
| GET /object/user-secret-keys/exist/{uid}/{namespace} | Returns indication if secret keys for the specified user and namespace exist |
| POST /object/user-secret-keys/{uid} | Creates a secret key with the given details for the specified user |
| POST /object/user-secret-keys/{uid}/deactivate | Deletes a specified secret key for a user |