Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions pages/demos/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ description: Explore our interactive step-by-step demos to learn how to use the
- [Containers: console overview](/serverless-containers/quickstart/#console-overview)
- [Elastic Metal: console overview](/elastic-metal/quickstart/#console-overview)
- [Functions: console overview](/serverless-functions/quickstart/#console-overview)
- [IAM: console overview](/iam/quickstart/#console-overview)
- [IoT Hub: console overview](/iot-hub/quickstart/#console-overview)
- [Jobs: console overview](/serverless-jobs/quickstart/#console-overview)
- [Kubernetes: console overview](/kubernetes/quickstart/#console-overview)
Expand Down
7 changes: 6 additions & 1 deletion pages/iam/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: IAM - Quickstart
description: Quickstart guide to setting up and using Scaleway IAM.
dates:
validation: 2025-07-15
validation: 2025-07-17
posted: 2022-06-10
---
import Requirements from '@macros/iam/requirements.mdx'
Expand All @@ -21,6 +21,11 @@ Read our dedicated page for a [general overview of IAM](/iam/reference-content/o
- A Scaleway account logged into the [console](https://console.scaleway.com)
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization

## Console overview

Discover the IAM interface on the Scaleway console.
<GuideFlow src="https://app.guideflow.com/embed/np15j0oizk"/>

## How to add a Member to your Organization

Add [Members](/iam/concepts/#member) to give them access to your Organization. You will be able to define the exact level of access to give by creating a [policy](#how-to-give-permissions-to-users-and-applications-via-policies) for them later. In this section, we show you how to [add a Member](/iam/how-to/manage-members/#how-to-create-a-member).
Expand Down