User Service Assigned Report

Description

The User Service Assigned Report details which Users within the current entity (Cluster, Service Provider, Group) have or don't have the provided service assigned. Can be used at the Cluster, ServiceProvider, and Group levels.

Columns

  • UserId - The id of the Broadworks User that the row relates to.
  • GroupId - The id of the Group that the User belongs to.
  • ServiceProviderId - The id of the Service Provider that the User belongs to.
  • ServiceName - The name of the User Service that is being checked for assignment.
  • ServiceIsAssigned - Boolean value that denotes whether or not the provided service is assigned.

Example Output

CSV

UserId,GroupId,ServiceProviderId,ServiceName,ServiceIsAssigned
User1@domain.com,Group1,ServiceProvider1,Authentication,true
User2@domain.com,Group1,ServiceProvider1,Authentication,true
User3@domain.com,Group2,ServiceProvider1,Authentication,true
User4@domain.com,Group3,ServiceProvider2,Authentication,false

TSV

UserId  GroupId ServiceProviderId   ServiceName ServiceIsAssigned
User1@domain.com    Group1  ServiceProvider1    Authentication  true
User2@domain.com    Group1  ServiceProvider1    Authentication  true
User3@domain.com    Group2  ServiceProvider1    Authentication  true
User4@domain.com    Group3  ServiceProvider2    Authentication  false

XLS

TXT

┌─────────────────┬────────┬──────────────────┬──────────────┬─────────────────┐
│UserId           │GroupId │ServiceProviderId │ServiceName   │ServiceIsAssigned│
├─────────────────┼────────┼──────────────────┼──────────────┼─────────────────┤
│User1@domain.com │Group1  │ServiceProvider1  │Authentication│true             │
├─────────────────┼────────┼──────────────────┼──────────────┼─────────────────┤
│User2@domain.com │Group1  │ServiceProvider1  │Authentication│true             │
├─────────────────┼────────┼──────────────────┼──────────────┼─────────────────┤
│User3@domain.com │Group2  │ServiceProvider1  │Authentication│true             │
├─────────────────┼────────┼──────────────────┼──────────────┼─────────────────┤
│User4@domain.com │Group3  │ServiceProvider2  │Authentication│false            │
└─────────────────┴────────┴──────────────────┴──────────────┴─────────────────┘