GetUserPrivileges
GetUserPrivileges(string APIKeyHeader, string Message, string ProjectIDs, string CurrentUserID)
Get the list of privileges of a user for specified projects.
Inputs: <InputParameter>
Properties | Attribute Type | Description |
---|---|---|
DataSourceID: string | Message Header | < description > |
Outputs: Privilege
Privilege Structure
Properties | Attribute Type | Description |
---|---|---|
TransactionID: long | Message Header | < description > |
Message: string | Message Header | < description > |
ProjectID: string | ||
SubjectID: string | ||
SecondarySubjectID: string | ||
GroupID: string | ||
SourceID: string | ||
Privileges: NameValue |
Back to top