UpdateUserPermissionsData

constructor(userId: String, grantedPermissions: List<String>? = null, revokedPermissions: List<String>? = null)

Parameters

userId

The ID of the user to change permissions.

grantedPermissions

Permissions which the user should be granted.

revokedPermissions

Permissions which we should revoke for the user.