Skip to content

Commit

Permalink
users have groups not members
Browse files Browse the repository at this point in the history
  • Loading branch information
kdef-nr committed Jul 22, 2021
1 parent 73decda commit 389d3e5
Showing 1 changed file with 7 additions and 7 deletions.
Expand Up @@ -160,7 +160,7 @@ New Relic uses a subset of the available fields in the SCIM core schema. Other S

<tr>
<td>
`members`
`groups`
</td>

<td>
Expand Down Expand Up @@ -457,7 +457,7 @@ Supported actions are:
}],
"timezone": "America/Los_Angeles",
"active": true,
"members": []
"groups": []
}
```

Expand Down Expand Up @@ -488,7 +488,7 @@ Supported actions are:
"created": "2019-11-08T22:07:12.477Z",
"lastModified": "2019-11-08T22:07:12.477Z"
},
"members": []
"groups": []
}
```
</Collapser>
Expand Down Expand Up @@ -530,7 +530,7 @@ Supported actions are:
"created": "2019-11-08T22:07:12.477Z",
"lastModified": "2019-11-08T22:07:12.477Z"
},
"members": []
"groups": []
}
```
</Collapser>
Expand Down Expand Up @@ -577,7 +577,7 @@ Supported actions are:
"created": "2019-11-08T22:07:12.477Z",
"lastModified": "2019-11-08T22:07:12.477Z"
},
"members": []
"groups": []
}]
}
```
Expand All @@ -587,7 +587,7 @@ Supported actions are:
id="update-user-put"
title="Update user with PUT"
>
In the request, include the fields that you want to change. If you include the `members` field, the user’s groups will be adjusted to match the contents of the members field. Example request:
In the request, include the fields that you want to change. If you include the `groups` field, the user’s groups will be adjusted to match the contents of the groups field. Example request:

```
PUT /Users/<var>YOUR_USER_ID</var>
Expand Down Expand Up @@ -630,7 +630,7 @@ Supported actions are:
"created": "2019-11-08T22:07:12.477Z",
"lastModified": "2019-11-08T22:28:33.552Z"
},
"members": []
"groups": []
}
```
</Collapser>
Expand Down

0 comments on commit 389d3e5

Please sign in to comment.