Get an access tokenCopy Pagepost https://{hostname}/access/getAccessTokenRetrieves an Identity Cloud access token.Form Datafor_client_idstringUnique identifier of the API clientidintegerUnique identifier of the user logging in. Required unless you use the uuid or key_attribute parameter.key_attributestringName of a unique attribute in the schema. Required unless you use the id or uuid member. If you use key_attribute, your operation needs to include the key_value member as well.key_valuestringValue for the attribute specified by the key_attribute parameter. String values are enclosed in quotes.type_namestringName of the user profile database where the user’s user profile is storeduuidstringUnique identifier for the user logging in. Required unless you're using the id or key_attribute parameters to identify the user record.Response 200Successful responseUpdated 2 months ago