mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 04:19:37 +00:00
Update Go SDK docs: 15116527960
This commit is contained in:
@@ -20,12 +20,12 @@ All URIs are relative to *https://sailpoint.api.identitynow.com/v3*
|
||||
|
||||
Method | HTTP request | Description
|
||||
------------- | ------------- | -------------
|
||||
[**get-auth-user**](#get-auth-user) | **Get** `/auth-users/{id}` | Auth User Details
|
||||
[**patch-auth-user**](#patch-auth-user) | **Patch** `/auth-users/{id}` | Auth User Update
|
||||
[**get-auth-user**](#get-auth-user) | **Get** `/auth-users/{id}` | Auth user details
|
||||
[**patch-auth-user**](#patch-auth-user) | **Patch** `/auth-users/{id}` | Auth user update
|
||||
|
||||
|
||||
## get-auth-user
|
||||
Auth User Details
|
||||
Auth user details
|
||||
Return the specified user's authentication system details.
|
||||
|
||||
[API Spec](https://developer.sailpoint.com/docs/api/v3/get-auth-user)
|
||||
@@ -91,7 +91,7 @@ func main() {
|
||||
[[Back to top]](#)
|
||||
|
||||
## patch-auth-user
|
||||
Auth User Update
|
||||
Auth user update
|
||||
Use a PATCH request to update an existing user in the authentication system.
|
||||
Use this endpoint to modify these fields:
|
||||
* `capabilities`
|
||||
|
||||
Reference in New Issue
Block a user