Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 2 Next »

Manage users in yuuvis® Momentum and in Keycloak via the Tenant Management API.

Table of Contents

Introduction

The Tenant Management API provides endpoints for user management via Keycloak. In order to scale the identity management, the KEYCLOAK-PROXY service can be used for the connection of multiple Keycloak instances. The endpoints of the Tenant Management API are called by the MANAGEMENT-CONSOLEMANAGEMENT-CONSOLE-CLIENT and ARCHITECT services.

This article describes the handling and representation formats of data for individual user accounts as retrieved and expected by the Tenant Management Endpoints.

User Account Properties

The following properties for user accounts can be managed via the Tenant Management API.

PropertyTypein Creation Requestsin Update Requestsin Response BodiesDescription
idstringignoredrequiredincludedThe ID of the user for identification in the identity management system and in yuuvis® Momentum.
emailstringrequired if invitation via email is desiredoptionalincluded if availableThe e-mail address of the user.
firstNamestringoptionaloptionalincluded if availableThe first name of the user.
lastNamestringoptionaloptionalincluded if availableThe last name of the user.
roleslist of string role namesoptionalpartly removed if not specified (question)included if availableA list of roles defined in the identity management system that are assigned to the user.
groupslist of string group namesoptionalremoved if not specified (question)included if availableA list of groups defined in the identity management system in which the assigned user is a member.
usernamestringrequiredoptionalincludedThe username of the user.
enabledbooleanoptional, default: trueoptionalincludedSpecifies whether the user is allowed to log in (true) or not (false).
createdTimestamp(question)ignoredignoredincluded(question)

Summary

Read on

Another Tutorial

Brief summary of the article linked.

Another Concept Article

Brief summary of the article linked.

Another interesting Tutorial

Brief summary of the article linked.

  • No labels