Skip to content

Commit 6ad6ffd

Browse files
link reference fixes
1 parent 66d34c9 commit 6ad6ffd

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

modules/ROOT/pages/api-user-management.adoc

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ image::./images/unsuspend.png[Unsuspended state]
108108

109109
=== User migration to IAMv2
110110

111-
For link:https://docs.thoughtspot.com/cloud/latest/okta-iam[Identity and Access Management v2 (IAMv2)], the `email` attribute is mandatory when creating a user in ThoughtSpot Okta. ThoughtSpot recommends users to provide a valid email address during the user creation. Administrators can manage the user account status for all users. For IAMv2 users, the API response for the following APIs will also include `SUSPENDED` as a user state:
111+
For link:https://docs.thoughtspot.com/cloud/latest/okta-iam[Identity and Access Management v2 (IAMv2), window=_blank], the `email` attribute is mandatory when creating a user in ThoughtSpot Okta. ThoughtSpot recommends users to provide a valid email address during the user creation. Administrators can manage the user account status for all users. For IAMv2 users, the API response for the following APIs will also include `SUSPENDED` as a user state:
112112

113113
To create a user:
114114

@@ -117,7 +117,7 @@ To create a user:
117117

118118
To update user details:
119119

120-
* +++<a href="{{navprefix}}/restV2-playground?apiResourceId=http%2Fapi-endpoints%2Fusers%2Fupdate-user"">POST /api/rest/2.0/users/{user_identifier}/update</a>+++ (Rest API v2)
120+
* +++<a href="{{navprefix}}/restV2-playground?apiResourceId=http%2Fapi-endpoints%2Fusers%2Fupdate-user">POST /api/rest/2.0/users/{user_identifier}/update</a>+++ (Rest API v2)
121121
* xref:user-api.adoc#update-user[PUT /tspublic/v1/user/{userid}] (Rest API v1)
122122

123123

@@ -132,12 +132,11 @@ Note the following points about the `SUSPENDED` state:
132132
////
133133

134134

135-
136135
For more information, see the following pages:
137136

138-
* link:https://docs.thoughtspot.com/cloud/latest/user-account-activation-okta[Activate your account using IAMv2]
139-
* link:https://docs.thoughtspot.com/cloud/latest/saml-okta[Managing authentication with SAML using IAMv2]
140-
* link:https://docs.thoughtspot.com/cloud/latest/oidc-iamv2[Managing authentication with OIDC using IAMv2]
137+
* link:https://docs.thoughtspot.com/cloud/latest/user-account-activation-okta[Activate your account using IAMv2, window=_blank]
138+
* link:https://docs.thoughtspot.com/cloud/latest/saml-okta[Managing authentication with SAML using IAMv2, window=_blank]
139+
* link:https://docs.thoughtspot.com/cloud/latest/oidc-iamv2[Managing authentication with OIDC using IAMv2, window=_blank]
141140
* link:https://docs.thoughtspot.com/cloud/latest/okta-iam[IAMv2 documentation, window=_blank]
142141

143142

0 commit comments

Comments
 (0)