Skip to content

Commit ae6440b

Browse files
authored
Merge branch 'master' into retry-markup
2 parents 5ff545f + 8a72218 commit ae6440b

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

src/connections/spec/mobile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ This event can be sent when a push notification is received in the app. It can b
236236
------- | ----- | -----
237237
`campaign[name]` | String | Campaign Name.
238238
`campaign[medium]` | String | Identifies what type of link was used (Push Notification).
239-
`campaign[content]` | String | Push notification content content
239+
`campaign[content]` | String | Push notification content.
240240
`campaign[source]` | String | Designates the push provider. (Optional)
241241

242242
### Push Notification Tapped

src/segment-app/iam/groups.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
11
---
22
title: Groups
33
---
4+
5+
> note ""
46
> **Note**: Group Permissions are only available to Business Tier accounts and above.
57
68
Segment's access control model includes both individual user permissions and group permissions. Users are managed on the Users tab of Segment's "Access Management" tab in workspace settings, while groups are managed on the Groups tab.
79

8-
![](src/segment-app/images/groups-page.png)
10+
![](/docs/segment-app/images/groups-page.png)
911

1012
Workspace owners can use groups to assign the same permissions to users within the same team in your organization who require the same levels of access to Segment. Workspace owners no longer have to manually assign permissions to these users one at a time.
1113

1214
Users can belong to any number of groups, and can also still be assigned individual permissions from the Users tab. User permissions are "additive", which means they have the sum of their group _and_ individual permissions.
1315

1416
For example, if a user is individually granted "Source Admin" on all sources but is granted "Workspace Owner" from a group they belong to, this user will be a workspace owner. On the flip side, if a user is personally granted "Source Admin" on all sources but is granted "Source Admin" on only Source A from a group they belong to, this user will have "Source Admin" access to all sources.
1517

16-
![](src/segment-app/images/individual-view-of-groups.png)
18+
![](/docs/segment-app/images/individual-view-of-groups.png)
1719

1820
## SSO Default Group
1921
When users log in to Segment for the first time using SSO, they are automatically be added to a default group with Minimal Workspace Access. With this role, they do not have access to edit the workspace or its resources. This ensures that users logging in using SSO are only given the basic level of permissions any new user should have access to.

0 commit comments

Comments
 (0)