---
title: DashboardUserService
description: Resource path:
component: pingam
version: 8.1
page_id: pingam:entity-reference:sec-amster-entity-dashboarduserservice
canonical_url: https://docs.pingidentity.com/pingam/8.1/entity-reference/sec-amster-entity-dashboarduserservice.html
section_ids:
  sec-amster-entity-dashboarduserservice-realm-ops: Realm Operations
  sec-amster-entity-dashboarduserservice-realm-ops-create: create
  sec-amster-entity-dashboarduserservice-realm-ops-delete: delete
  sec-amster-entity-dashboarduserservice-realm-ops-getalltypes: getAllTypes
  sec-amster-entity-dashboarduserservice-realm-ops-unassignservices: unassignServices
---

# DashboardUserService

## Realm Operations

Resource path:

```
/users/{user}/services/dashboard
```

Resource version: `1.0`

### create

**Usage**

```
am> create DashboardUserService --realm Realm --body body
```

**Parameters**

* *\--body*

  The resource in JSON format, described by the following JSON schema:

  ```json
  {
    "type" : "object",
    "properties" : {
      "assignedDashboard" : {
        "title" : "Assigned Dashboard",
        "description" : "",
        "propertyOrder" : 800,
        "required" : true,
        "items" : {
          "type" : "string"
        },
        "type" : "array",
        "exampleValue" : ""
      }
    }
  }
  ```

### delete

**Usage**

```
am> delete DashboardUserService --realm Realm
```

### getAllTypes

Obtain the collection of all secondary configuration types related to the resource.

**Usage**

```
am> action DashboardUserService --realm Realm --user user --actionName getAllTypes
```

**Parameters**

* *\--user*

  \=== getCreatableTypes

Obtain the collection of secondary configuration types that have yet to be added to the resource.

**Usage**

```
am> action DashboardUserService --realm Realm --user user --actionName getCreatableTypes
```

**Parameters**

* *\--user*

  \=== nextdescendents

Obtain the collection of secondary configuration instances that have been added to the resource.

**Usage**

```
am> action DashboardUserService --realm Realm --user user --actionName nextdescendents
```

**Parameters**

* *\--user*

  \=== read

**Usage**

```
am> read DashboardUserService --realm Realm
```

### unassignServices

action.unassignServices.description

**Usage**

```
am> action DashboardUserService --realm Realm --body body --user user --actionName unassignServices
```

**Parameters**

* *\--body*

  The resource in JSON format, described by the following JSON schema:

  ```json
  {
    "description" : "i18n:api-descriptor/UserServicesResource#schema.description",
    "type" : "object",
    "title" : "i18n:api-descriptor/UserServicesResource#schema.title",
    "properties" : {
      "serviceNames" : {
        "type" : "array",
        "title" : "i18n:api-descriptor/UserServicesResource#schema.servicename.title",
        "description" : "i18n:api-descriptor/UserServicesResource#schema.servicename.description",
        "items" : {
          "type" : "string"
        }
      }
    }
  }
  ```

* *\--user*

  \=== update

**Usage**

```
am> update DashboardUserService --realm Realm --body body
```

**Parameters**

* *\--body*

  The resource in JSON format, described by the following JSON schema:

  ```json
  {
    "type" : "object",
    "properties" : {
      "assignedDashboard" : {
        "title" : "Assigned Dashboard",
        "description" : "",
        "propertyOrder" : 800,
        "required" : true,
        "items" : {
          "type" : "string"
        },
        "type" : "array",
        "exampleValue" : ""
      }
    }
  }
  ```
