GET api/UsersUserGroups/{resourceIdentity}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
resourceIdentity | string |
Required |
Body Parameters
None.
Response Information
Resource Description
UserPermissionGroupResultsName | Description | Type | Additional information |
---|---|---|---|
LastLogin | date |
None. |
|
PermissionGroups | Collection of NamedObject |
None. |
Response Formats
application/json, text/json
Sample:
{ "LastLogin": "2025-07-01T10:29:39.3998209+00:00", "PermissionGroups": [ { "Identity": "559baba0-7532-4efe-a83d-48ec1bb30760", "Name": "sample string 2" }, { "Identity": "559baba0-7532-4efe-a83d-48ec1bb30760", "Name": "sample string 2" } ] }
application/xml, text/xml
Sample:
<UserPermissionGroupResults xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Scientia.Platform.API.Model"> <LastLogin>2025-07-01T10:29:39.3998209+00:00</LastLogin> <PermissionGroups xmlns:d2p1="http://schemas.datacontract.org/2004/07/Scientia.Platform.Library.Security"> <d2p1:NamedObject> <d2p1:Identity>559baba0-7532-4efe-a83d-48ec1bb30760</d2p1:Identity> <d2p1:Name>sample string 2</d2p1:Name> </d2p1:NamedObject> <d2p1:NamedObject> <d2p1:Identity>559baba0-7532-4efe-a83d-48ec1bb30760</d2p1:Identity> <d2p1:Name>sample string 2</d2p1:Name> </d2p1:NamedObject> </PermissionGroups> </UserPermissionGroupResults>