Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

Gets an existing AWS IAM Identity Center user based on its ID.
External DocumentationTo learn more, visit the AWS IAM Identity Center documentation.

Parameters

ParameterDescription
User IDThe ID of the user. Can be obtained via the ‘List Users’ action.

Example Output

{
	"id": "<string>",
	"meta": {
		"resourceType": "<string>",
		"created": "2023-05-30T06:09:34Z",
		"lastModified": "2023-05-30T06:09:34Z"
	},
	"schemas": [
		"<string>"
	],
	"userName": "<string>",
	"name": {
		"familyName": "<string>",
		"givenName": "<string>"
	},
	"displayName": "<string>",
	"active": true,
	"emails": [
		{
			"value": "<string>",
			"type": "<string>",
			"primary": true
		}
	]
}

Workflow Library Example

Get User with Aws Iam Identity Center and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop