Method GetUserGroupUserAccountIds
GetUserGroupUserAccountIds(PdmObjectId)
Gets the users account identifiers of a user group.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 11, 300, 80)]
List<string> GetUserGroupUserAccountIds(PdmObjectId inUserGroupId)
Parameters
| Type | Name | Description |
|---|---|---|
| PdmObjectId | inUserGroupId | User group identifier. |
Returns
| Type | Description |
|---|---|
| List<string> | Users account identifiers. |
Remarks
This method is available since v7.8.302.060.