User - Creates a new user with assigned assets

Creates a new user while simultaneously assigning specified assets.

post

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

Authorizations
HTTPRequired

Please enter a valid token

Query parameters
versionstringOptional

The requested API version

Default: 1.0
Body

Class for represting the view of user mapping.

userIdstring · 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 UserId property.

tenantIdstring · 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 TenantId property.

Responses
201

Success: User created successfully with associated asset and tenant details.

post
/users

Last updated