User - Assigns assets and a tenant to a user

Assigns assets and a tenant to an existing user in the system.

post

Asset details cannot be empty, They can either be Ids of reports, datasets or dashboards

Authorizations
HTTPRequired

Please enter a valid token

Path parameters
userIdstring · uuidRequired

Enter the ID of an existing user

Query parameters
tenantIdstring · uuidRequired

Enter the ID of an existing tenant

versionstringOptional

The requested API version

Default: 1.0
Bodyobject[]

Class for representing the view of rls asset.

assetIdstring · uuidOptional

A public property of type string that has both a getter and a setter method, which allows for getting and setting the value of the AssetId property.

roleIdstring · uuidOptional

A public property of type Guid (a unique identifier) that has both a getter and a setter method, which allows for getting and setting the value of the RoleId property.

rlsRolestring[] | nullableOptional

A public property of type list of string that has both a getter and a setter method, which allows for getting and setting the value of the RlsRole property.

dynamicDatasetIdstring · uuid | nullableOptional

A public property of type Guid (a unique identifier) that has both a getter and a setter method, which allows for getting and setting the value of the DynamicDatasetId property.

Responses
201

Success: Assets assigned successfully to the existing user.

post
/users/{userId}/roles/assign

Last updated