UsersControllerPermitEditor Method

Handle the request to give an 'Admin' editorial rights of an ecosystem.

Definition

Namespace: SECODashBackend.Controllers
Assembly: SECODashBackend (in SECODashBackend.exe) Version: 1.0.0+789cdabd85105b6669a07f36c941620ce28bae93
C#
public Task<string> PermitEditor(
	string rootAdminId,
	string userName,
	string topEcosystem
)

Parameters

rootAdminId  String
 
userName  String
 
topEcosystem  String
 

Return Value

TaskString

See Also