Documentation forAccess Rights Manager

Identities APIs

Get Persons (GET)

Get Persons.

Route

URI

/api/Experimental/Identities

Method

GET

Result

JSON – IActionResult

Parameters

Name

Type

Mandatory

Description

skip

int?

No

 

count

int?

No

 

Example

GET http://localhost/api/Experimental/Identities

Get Account Ids By Sid (GET)

Get Account Ids By Sid.

Route

URI

/api/Experimental/Identities/{format}/{identifier}/AccountIds

Method

GET

Result

JSON – IActionResult

Parameters

Name

Type

Mandatory

Description

format

string

Yes

 

identifier

string

Yes

 

Example

GET http://localhost/api/Experimental/Identities/{format}/{identifier}/AccountIds

Get Person (GET)

Returns the person of the given identity, or a http error.

Route

URI

/api/Experimental/Identities/{format}/{identifier}/Person

Method

GET

Result

JSON – IActionResult

Parameters

Name

Type

Mandatory

Description

format

string

Yes

 

identifier

string

Yes

 

Example

GET http://localhost/api/Experimental/Identities/{format}/{identifier}/Person

Get Person Account Ids (GET)

Get Person Account Ids.

Route

URI

/api/Experimental/Identities/{format}/{system}/{identifier}/Person/accountids

Method

GET

Result

JSON – IActionResult

Parameters

Name

Type

Mandatory

Description

format

string

Yes

 

system

string

Yes

 

identifier

string

Yes

 

Example

GET http://localhost/api/Experimental/Identities/{format}/{system}/{identifier}/Person/accountids