Last modified: Oct 17, 2022

Profile

Profile

The profile component is an ASP.Net Core MVC Application exposing REST-API to Altinn Apps. The profile solution is now available locally at http://platform.altinn.cloud/profile/api/v1 and all resources are avaiable through endpoints defined below. Resources: users /users A user is the entity which is logged in in Altinn and performs actions for on behalf of an instance owner. User type Attribute Type Description UserId int user ID UserName string username set by the user PhoneNumber string phone number Email string email address PartyId int party ID Party Party party object that represents the user UserType UserType user type ProfileSettingPreference ProfileSettingPreference object containing the users profile setting preferences Operations Get information about a user from user id: »