> ## 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.

# Get Group By Display Name

Get a group's information by its displayed name.

## Parameters

<div className="integrations-table">
  | Parameter | Description                                             |
  | --------- | ------------------------------------------------------- |
  | Name      | The name of the group of which to retrieve information. |
</div>

## Example Output

```json theme={"dark"}
[
	{
		"id": "00g1emaKYZTWRYYRRTSK",
		"created": "2015-02-06T10:11:28.000Z",
		"lastUpdated": "2015-10-05T19:16:43.000Z",
		"lastMembershipUpdated": "2015-11-28T19:15:32.000Z",
		"objectClass": [
			"okta:user_group"
		],
		"type": "OKTA_GROUP",
		"profile": {
			"name": "West Coast users",
			"description": "All users West of The Rockies"
		},
		"_links": {
			"logo": [
				{
					"name": "medium",
					"href": "https://{yourOktaDomain}/img/logos/groups/okta-medium.png",
					"type": "image/png"
				},
				{
					"name": "large",
					"href": "https://{yourOktaDomain}/img/logos/groups/okta-large.png",
					"type": "image/png"
				}
			],
			"users": {
				"href": "https://{yourOktaDomain}/api/v1/groups/00g1emaKYZTWRYYRRTSK/users"
			},
			"apps": {
				"href": "https://{yourOktaDomain}/api/v1/groups/00g1emaKYZTWRYYRRTSK/apps"
			}
		}
	}
]
```

## Workflow Library Example

[Get Group by Display Name with Okta and Send Results Via Email](https://library.blinkops.com/workflows/get-group-by-display-name-with-okta-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/get-group-by-display-name-with-okta-and-send-results-via-email/canvas" />
</div>
