Returns an Account resource based on ID.

GET {{baseUrl}}/Accounts/:accountId?attributes=<string>&excludedAttributes=<string>

The Account resource with matching ID is returned.

Request Params

KeyDatatypeRequiredDescription
attributesstringThe Account attributes to include in the response. The query parameter value is a comma-separated list of fields to be returned in the response for each Account.<br/><br/>Example: attributes=displayName,active<br/><br/> The attributes provided will be the only ones returned in the response, with the exception of id, schemas, and meta, which are always returned for a resource.
excludedAttributesstringThe Account attributes to exclude from the response. The query parameter value is a comma-separated list of fields to be excluded from the response for each Account.<br/><br/>Example: excludedAttributes=displayName,active<br/><br/> The attributes provided will be the only ones excluded from the response, with the exception of id, schemas, and meta, which are always returned for a resource.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;id&quot;:&quot;c0b4568a4fe7458c434ee77d1fbt156b&quot;,&quot;identity&quot;:{&quot;userName&quot;:&quot;Barbara.Jensen&quot;,&quot;displayName&quot;:&quot;Barbara Jensen&quot;,&quot;value&quot;:&quot;c0a7778b7ef71e79817ee74e6a1f0444&quot;,&quot;ref&quot;:&quot;http://localhost:8080/iiq/scim/v2/Users/c0a7778b7ef71e79817ee74e6a1f0444&quot;},&quot;application&quot;:{&quot;displayName&quot;:&quot;Mock Application1&quot;,&quot;value&quot;:&quot;c0a7778b7ef71e79817ee74e6a1f0444&quot;,&quot;ref&quot;:&quot;http://localhost:8080/iiq/scim/v2/Applications/c0a7778b7ef71e79817ee74e6a1f0444&quot;},&quot;nativeIdentity&quot;:&quot;a1b2c3&quot;,&quot;displayName&quot;:&quot;Barbara Jensen&quot;,&quot;instance&quot;:&quot;dolore irure&quot;,&quot;uuid&quot;:&quot;{f99999ff-f000-444b-b6ae-4443dd6cd6ed}&quot;,&quot;urn:ietf:params:scim:schemas:sailpoint:1.0:Application:Schema:\u003cAPPLICATION NAME\u003e:account&quot;:{&quot;ullamco2d6&quot;:false},&quot;active&quot;:true,&quot;locked&quot;:true,&quot;manuallyCorrelated&quot;:true,&quot;hasEntitlements&quot;:true,&quot;lastRefresh&quot;:&quot;1992-02-04T13:31:26.958Z&quot;,&quot;lastTargetAggregation&quot;:&quot;1980-10-27T09:00:53.371Z&quot;,&quot;meta&quot;:{&quot;created&quot;:&quot;2022-02-11T01:34:04.074-05:00&quot;,&quot;location&quot;:&quot;http://localhost:8080/iiq/scim/v2/Accounts/c0b4568a4fe7458c434ee77d1fbt156b&quot;,&quot;lastModified&quot;:&quot;2022-02-11T01:08:45.866-05:00&quot;,&quot;version&quot;:&quot;W/\&quot;1644561244074\&quot;&quot;,&quot;resourceType&quot;:&quot;Account&quot;},&quot;schemas&quot;:[&quot;urn:ietf:params:scim:schemas:sailpoint:1.0:Account&quot;,&quot;urn:ietf:params:scim:schemas:sailpoint:1.0:Application:Schema:Mock Application:account&quot;]}